summaryrefslogtreecommitdiff
path: root/examples/script/qstetrix/qstetrix.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/qstetrix/qstetrix.pro')
-rw-r--r--examples/script/qstetrix/qstetrix.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/script/qstetrix/qstetrix.pro b/examples/script/qstetrix/qstetrix.pro
new file mode 100644
index 0000000..c88635e
--- /dev/null
+++ b/examples/script/qstetrix/qstetrix.pro
@@ -0,0 +1,16 @@
+QT += script
+CONFIG += uitools
+
+HEADERS = tetrixboard.h
+SOURCES = main.cpp \
+ tetrixboard.cpp
+
+RESOURCES = tetrix.qrc
+
+contains(QT_CONFIG, scripttools): QT += scripttools
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/qstetrix
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qstetrix.pro *.js
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/qstetrix
+INSTALLS += target sources