blob: 6d4bb1c48ebfdbed45b8f8bc231953e977efaa53 [file] [log] [blame]
QT += widgets script uitools
HEADERS = tetrixboard.h
SOURCES = main.cpp \
tetrixboard.cpp
RESOURCES = tetrix.qrc
qtHaveModule(scripttools): QT += scripttools
target.path = $$[QT_INSTALL_EXAMPLES]/script/qstetrix
INSTALLS += target
maemo5: CONFIG += qt_example