aboutsummaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmltwitter/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'demos/embedded/qmltwitter/deployment.pri')
-rw-r--r--demos/embedded/qmltwitter/deployment.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/embedded/qmltwitter/deployment.pri b/demos/embedded/qmltwitter/deployment.pri
new file mode 100644
index 0000000000..3edc0e527c
--- /dev/null
+++ b/demos/embedded/qmltwitter/deployment.pri
@@ -0,0 +1,8 @@
+qmltwitter_src = $$PWD/../../declarative/twitter
+symbian {
+ load(data_caging_paths)
+ qmltwitter_uid3 = A000E401
+ qmltwitter_files.path = $$APP_PRIVATE_DIR_BASE/$$qmltwitter_uid3
+}
+qmltwitter_files.files = $$qmltwitter_src/twitter.qml $$qmltwitter_src/TwitterCore
+DEPLOYMENT += qmltwitter_files