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