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/declarative | |
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/declarative')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 29af4cc..5c0b707 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -20,8 +20,6 @@ symbian:{ TARGET.EPOCALLOWDLLDATA = 1 TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) - qmlminehuntfiles.files = MinehuntCore minehunt.qml - DEPLOYMENT += qmlminehuntfiles } # Allow network access on Symbian |