summaryrefslogtreecommitdiffstats
path: root/demos/embedded/qmlclocks
diff options
context:
space:
mode:
authorPasi Pentikainen <ext-pasi.a.pentikainen@nokia.com>2012-01-24 09:16:29 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-01-25 03:05:40 (GMT)
commit3aef11802c5f4ca0f3bde121e1704594f775bc33 (patch)
tree236d6d01bb16f8148272c3e36b145bb14bb82e31 /demos/embedded/qmlclocks
parentc6618ef6e6d1b6b7ca7b52bfcda0f1489cc79198 (diff)
downloadQt-3aef11802c5f4ca0f3bde121e1704594f775bc33.zip
Qt-3aef11802c5f4ca0f3bde121e1704594f775bc33.tar.gz
Qt-3aef11802c5f4ca0f3bde121e1704594f775bc33.tar.bz2
Symbian: fix qml file paths in building of demos
The location of included QML files in demos had changed at some point, but the symbian specific QML deployment parts were not updated to reflect the new locations, thus breaking compilation. Change-Id: Id01a685ca1de75cf73d32170b9f404c6619da7f5 Reviewed-by: Shane Kearns <ext-shane.2.kearns@nokia.com>
Diffstat (limited to 'demos/embedded/qmlclocks')
-rw-r--r--demos/embedded/qmlclocks/deployment.pri4
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/embedded/qmlclocks/deployment.pri b/demos/embedded/qmlclocks/deployment.pri
index 6c6704c..a3c977a 100644
--- a/demos/embedded/qmlclocks/deployment.pri
+++ b/demos/embedded/qmlclocks/deployment.pri
@@ -4,5 +4,7 @@ symbian {
qmlclocks_uid3 = A000E3FC
qmlclocks_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlclocks_uid3
}
-qmlclocks_files.files = $$qmlclocks_src/clocks.qml $$qmlclocks_src/content
+qmlclocks_files.files = \
+ $$qmlclocks_src/qml/clocks/clocks.qml \
+ $$qmlclocks_src/qml/clocks/content
DEPLOYMENT += qmlclocks_files