summaryrefslogtreecommitdiff
path: root/examples/script/qstetrix/qstetrix.pro
blob: 6d4bb1c48ebfdbed45b8f8bc231953e977efaa53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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