blob: 985147af44d437d055790a451f58e10b970f25df [file] [log] [blame]
QT += script widgets uitools
RESOURCES += calculator.qrc
SOURCES += main.cpp
QMAKE_PROJECT_NAME = scripted_calculator
qtHaveModule(scripttools): QT += scripttools
target.path = $$[QT_INSTALL_EXAMPLES]/script/calculator
INSTALLS += target
maemo5: CONFIG += qt_example