aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlphotoviewer/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmlphotoviewer/deployment.pri')
-rw-r--r--examples/embedded/qmlphotoviewer/deployment.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/embedded/qmlphotoviewer/deployment.pri b/examples/embedded/qmlphotoviewer/deployment.pri
new file mode 100644
index 0000000000..23882e3686
--- /dev/null
+++ b/examples/embedded/qmlphotoviewer/deployment.pri
@@ -0,0 +1,8 @@
+qmlphotoviewer_src = $$PWD/../../declarative/photoviewer
+symbian {
+ load(data_caging_paths)
+ qmlphotoviewer_uid3 = A000E400
+ qmlphotoviewer_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlphotoviewer_uid3
+}
+qmlphotoviewer_files.files = $$qmlphotoviewer_src/photoviewer.qml $$qmlphotoviewer_src/PhotoViewerCore
+DEPLOYMENT += qmlphotoviewer_files