aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmlcalculator/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmlcalculator/deployment.pri')
-rw-r--r--examples/embedded/qmlcalculator/deployment.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/embedded/qmlcalculator/deployment.pri b/examples/embedded/qmlcalculator/deployment.pri
new file mode 100644
index 0000000000..a97498e91f
--- /dev/null
+++ b/examples/embedded/qmlcalculator/deployment.pri
@@ -0,0 +1,8 @@
+qmlcalculator_src = $$PWD/../../declarative/calculator
+symbian {
+ load(data_caging_paths)
+ qmlcalculator_uid3 = A000E3FB
+ qmlcalculator_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlcalculator_uid3
+}
+qmlcalculator_files.files = $$qmlcalculator_src/calculator.qml $$qmlcalculator_src/Core
+DEPLOYMENT += qmlcalculator_files