diff options
author | Pasi Pentikainen <ext-pasi.a.pentikainen@nokia.com> | 2012-01-24 09:16:29 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-25 03:05:40 (GMT) |
commit | 3aef11802c5f4ca0f3bde121e1704594f775bc33 (patch) | |
tree | 236d6d01bb16f8148272c3e36b145bb14bb82e31 /demos/embedded/qmlphotoviewer/deployment.pri | |
parent | c6618ef6e6d1b6b7ca7b52bfcda0f1489cc79198 (diff) | |
download | Qt-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/qmlphotoviewer/deployment.pri')
-rw-r--r-- | demos/embedded/qmlphotoviewer/deployment.pri | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/demos/embedded/qmlphotoviewer/deployment.pri b/demos/embedded/qmlphotoviewer/deployment.pri index 23882e3..d5b59da 100644 --- a/demos/embedded/qmlphotoviewer/deployment.pri +++ b/demos/embedded/qmlphotoviewer/deployment.pri @@ -4,5 +4,7 @@ symbian { qmlphotoviewer_uid3 = A000E400 qmlphotoviewer_files.path = $$APP_PRIVATE_DIR_BASE/$$qmlphotoviewer_uid3 } -qmlphotoviewer_files.files = $$qmlphotoviewer_src/photoviewer.qml $$qmlphotoviewer_src/PhotoViewerCore +qmlphotoviewer_files.files = \ + $$qmlphotoviewer_src/qml/photoviewer/photoviewer.qml \ + $$qmlphotoviewer_src/qml/photoviewer/PhotoViewerCore DEPLOYMENT += qmlphotoviewer_files |