summaryrefslogtreecommitdiffstats
path: root/examples/script/helloscript/helloscript.pro
blob: 780c8a49a97a63e9ae8720d6d84d7a408b318447 (plain)
1
2
3
4
5
6
7
8
QT += widgets script
RESOURCES += helloscript.qrc
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/script/helloscript
INSTALLS += target

maemo5: CONFIG += qt_example