aboutsummaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2011-04-27 14:13:27 +0200
committeraxis <qt-info@nokia.com>2011-04-27 14:41:06 +0200
commit40b6a270a1f3b4c0bfb2d35cb96c4f929a7802ad (patch)
tree4b7f6d677530d690efc884dbd03a8c6518f5313d /demos/declarative
parenta129444bb0156c936900dbd2f12bd9f427ff366c (diff)
parent10991179a60fae44b2446c408b16056db8b5d36d (diff)
Merged master into qtquick2.
Diffstat (limited to 'demos/declarative')
-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 eb41b932f2..a0220f2dc7 100644
--- a/demos/declarative/minehunt/minehunt.pro
+++ b/demos/declarative/minehunt/minehunt.pro
@@ -16,7 +16,7 @@ INSTALLS = sources target
symbian:{
TARGET.EPOCALLOWDLLDATA = 1
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
- include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+ CONFIG += qt_demo
qmlminehuntfiles.files = MinehuntCore minehunt.qml
DEPLOYMENT += qmlminehuntfiles
}