aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmldialcontrol/deployment.pri
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-07-04 12:11:38 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-07 10:00:54 +0200
commit37f0e135aa9311a37549056d1f7e34946c01c73f (patch)
treeab2b2d808d2c12c660291540c9ad278c2c3df021 /examples/embedded/qmldialcontrol/deployment.pri
parent19a4cf3c4fefd89b21502e09d7205c1f7eb875c1 (diff)
Move the demos to the examples folder.
Change-Id: I094383099bf116357a3bb6eed0052d6d14408558 Reviewed-on: http://codereview.qt.nokia.com/1059 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/embedded/qmldialcontrol/deployment.pri')
-rw-r--r--examples/embedded/qmldialcontrol/deployment.pri8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/embedded/qmldialcontrol/deployment.pri b/examples/embedded/qmldialcontrol/deployment.pri
new file mode 100644
index 0000000000..a9784439a4
--- /dev/null
+++ b/examples/embedded/qmldialcontrol/deployment.pri
@@ -0,0 +1,8 @@
+qmldialcontrol_src = $$PWD/../../../examples/declarative/ui-components/dialcontrol
+symbian {
+ load(data_caging_paths)
+ qmldialcontrol_uid3 = A000E3FD
+ qmldialcontrol_files.path = $$APP_PRIVATE_DIR_BASE/$$qmldialcontrol_uid3
+}
+qmldialcontrol_files.files = $$qmldialcontrol_src/dialcontrol.qml $$qmldialcontrol_src/content
+DEPLOYMENT += qmldialcontrol_files