diff options
author | Damian Jansen <damian.jansen@nokia.com> | 2010-12-20 03:09:48 (GMT) |
---|---|---|
committer | Damian Jansen <damian.jansen@nokia.com> | 2010-12-20 03:20:47 (GMT) |
commit | 95b0418a7ee7aee9658fd19b363e73d583af0b04 (patch) | |
tree | 0ccba2d9c2e0ea830c7c712b91a047f3f814dfc6 /demos | |
parent | f6fd0ec480170713044d39d6ee0ebcf0a6435042 (diff) | |
download | Qt-95b0418a7ee7aee9658fd19b363e73d583af0b04.zip Qt-95b0418a7ee7aee9658fd19b363e73d583af0b04.tar.gz Qt-95b0418a7ee7aee9658fd19b363e73d583af0b04.tar.bz2 |
Fix deployment of minehunt for Symbian
Task: QT-4298
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 8a7fdc5..5929ecf 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -18,6 +18,6 @@ symbian:{ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri) qmlminehuntfiles.sources = MinehuntCore minehunt.qml - DEPLOYMENT = qmlminehuntfiles + DEPLOYMENT += qmlminehuntfiles } |