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.pri6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/embedded/qmlclocks/deployment.pri b/examples/embedded/qmlclocks/deployment.pri
index 6c6704ccc7..771a4dba76 100644
--- a/examples/embedded/qmlclocks/deployment.pri
+++ b/examples/embedded/qmlclocks/deployment.pri
@@ -1,8 +1,4 @@
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