aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmleasing/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmleasing/deployment.pri')
-rw-r--r--examples/embedded/qmleasing/deployment.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/embedded/qmleasing/deployment.pri b/examples/embedded/qmleasing/deployment.pri
new file mode 100644
index 0000000000..946fcd9d89
--- /dev/null
+++ b/examples/embedded/qmleasing/deployment.pri
@@ -0,0 +1,8 @@
+qmleasing_src = $$PWD/../../../examples/declarative/animation/easing
+symbian {
+ load(data_caging_paths)
+ qmleasing_uid3 = A000E3FE
+ qmleasing_files.path = $$APP_PRIVATE_DIR_BASE/$$qmleasing_uid3
+}
+qmleasing_files.files = $$qmleasing_src/easing.qml $$qmleasing_src/content
+DEPLOYMENT += qmleasing_files