summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-12-20 04:12:21 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-12-20 04:12:21 (GMT)
commit97b039438bc31bb420138d72549372adb1244dc8 (patch)
tree0179aece9fd61791cce089bbe9ed3c4547711876
parente625f21c7333ef0befe824a7097a7ffb0c349ec9 (diff)
parent95b0418a7ee7aee9658fd19b363e73d583af0b04 (diff)
downloadQt-97b039438bc31bb420138d72549372adb1244dc8.zip
Qt-97b039438bc31bb420138d72549372adb1244dc8.tar.gz
Qt-97b039438bc31bb420138d72549372adb1244dc8.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix deployment of minehunt for Symbian
-rw-r--r--demos/declarative/minehunt/minehunt.pro2
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
}