summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlclocks/deployment.pri
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2010-05-11 22:24:55 (GMT)
committerAlessandro Portale <alessandro.portale@nokia.com>2010-06-03 14:15:24 (GMT)
commitf535efb015314fb07573739fd33aa00ba5502bde (patch)
treed09b43da83d6f4e4c69668129a6ffbdf3151d0e4 /demos/embedded/qmlclocks/deployment.pri
parent095e74825d588fc260f06fba3a1c32ac837cf73d (diff)
downloadQt-f535efb015314fb07573739fd33aa00ba5502bde.zip
Qt-f535efb015314fb07573739fd33aa00ba5502bde.tar.gz
Qt-f535efb015314fb07573739fd33aa00ba5502bde.tar.bz2
Standalone Qml demos for Fluidlauncher
There new Qml demos are self-contained Qml applications, ready to be run on Symbian devices: qmlcalculator qmlclocks qmldialcontrol qmleasing qmlflickr qmlphotoviewer qmltwitter Since these depend on the DEPLOYMENT feature of qmake, they currently will only work for Symbian and theoretically WinCE/Mobile. TODO: create INSTALLS rules in order to support more platforms. Task-number: QTBUG-10148 Reviewed-By: axis
Diffstat (limited to 'demos/embedded/qmlclocks/deployment.pri')
-rw-r--r--demos/embedded/qmlclocks/deployment.pri7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/embedded/qmlclocks/deployment.pri b/demos/embedded/qmlclocks/deployment.pri
new file mode 100644
index 0000000..84803ec
--- /dev/null
+++ b/demos/embedded/qmlclocks/deployment.pri
@@ -0,0 +1,7 @@
+qmlclocks_src = $$PWD/../../../examples/declarative/toys/clocks
+symbian {
+ qmlclocks_uid3 = E19225B9
+ qmlclocks_files.path = ../$$qmlclocks_uid3
+}
+qmlclocks_files.sources = $$qmlclocks_src/clocks.qml $$qmlclocks_src/content
+DEPLOYMENT += qmlclocks_files