summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tetrix/tetrix.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tetrix/tetrix.pro')
-rw-r--r--examples/widgets/tetrix/tetrix.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/widgets/tetrix/tetrix.pro b/examples/widgets/tetrix/tetrix.pro
new file mode 100644
index 0000000000..10b3f66435
--- /dev/null
+++ b/examples/widgets/tetrix/tetrix.pro
@@ -0,0 +1,18 @@
+HEADERS = tetrixboard.h \
+ tetrixpiece.h \
+ tetrixwindow.h
+SOURCES = main.cpp \
+ tetrixboard.cpp \
+ tetrixpiece.cpp \
+ tetrixwindow.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tetrix
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tetrix.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tetrix
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000C606
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}