demos/embedded/qmltwitter/deployment.pri
changeset 33 3e2da88830cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/demos/embedded/qmltwitter/deployment.pri	Wed Aug 18 10:37:55 2010 +0300
@@ -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.sources = $$qmltwitter_src/twitter.qml $$qmltwitter_src/TwitterCore
+DEPLOYMENT += qmltwitter_files