qtscript-opensource-src/examples/script/helloscript/helloscript.pro

9 lines
177 B
Prolog

QT += widgets script
RESOURCES += helloscript.qrc
SOURCES += main.cpp
target.path = $$[QT_INSTALL_EXAMPLES]/script/helloscript
INSTALLS += target
maemo5: CONFIG += qt_example