summaryrefslogtreecommitdiffstats
path: root/examples/animation/moveblocks/moveblocks.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/moveblocks/moveblocks.pro')
-rw-r--r--examples/animation/moveblocks/moveblocks.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/animation/moveblocks/moveblocks.pro b/examples/animation/moveblocks/moveblocks.pro
new file mode 100644
index 0000000000..6451b67886
--- /dev/null
+++ b/examples/animation/moveblocks/moveblocks.pro
@@ -0,0 +1,12 @@
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/moveblocks
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS moveblocks.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/moveblocks
+INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000E3F7
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}