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