summaryrefslogtreecommitdiff
path: root/examples/script/qstetrix/qstetrix.pro
blob: 08b972c408131d870fd9cb4389e1d811d91ae6ff (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

contains(QT_CONFIG, scripttools): QT += scripttools

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

maemo5: CONFIG += qt_example