summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlclocks/deployment.pri
diff options
context:
space:
mode:
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 0000000000..84803ece7b
--- /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