aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlclocks/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmlclocks/deployment.pri')
-rw-r--r--examples/embedded/qmlclocks/deployment.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/embedded/qmlclocks/deployment.pri b/examples/embedded/qmlclocks/deployment.pri
new file mode 100644
index 0000000000..6c6704ccc7
--- /dev/null
+++ b/examples/embedded/qmlclocks/deployment.pri
@@ -0,0 +1,8 @@
+qmlclocks_src = $$PWD/../../../examples/declarative/toys/clocks
+symbian {
+ load(data_caging_paths)
+ qmlclocks_uid3 = A000E3FC
+ qmlclocks_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlclocks_uid3
+}
+qmlclocks_files.files = $$qmlclocks_src/clocks.qml $$qmlclocks_src/content
+DEPLOYMENT += qmlclocks_files