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