diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-11-05 13:44:25 +1000 |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-11-05 13:44:25 +1000 |
commit | 2abf7cbc2258cc8a11094923a2da796d7529b08f (patch) | |
tree | 98fed6a852defa76fdbd68aa157114231245e059 | |
parent | f472b4c0277e671942921b3d8b887a6ba0655656 (diff) | |
parent | b74024c0d80b7bb3adf0ceca4b307695bc6db6a1 (diff) | |
download | qt4-tools-2abf7cbc2258cc8a11094923a2da796d7529b08f.tar.gz |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
-rw-r--r-- | demos/declarative/minehunt/minehunt.pro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/declarative/minehunt/minehunt.pro b/demos/declarative/minehunt/minehunt.pro index 753ca4eb68..8a7fdc52a9 100644 --- a/demos/declarative/minehunt/minehunt.pro +++ b/demos/declarative/minehunt/minehunt.pro @@ -1,7 +1,6 @@ TEMPLATE = app TARGET = minehunt QT += declarative -CONFIG += qt plugin # Input HEADERS += minehunt.h @@ -21,4 +20,4 @@ symbian:{ qmlminehuntfiles.sources = MinehuntCore minehunt.qml DEPLOYMENT = qmlminehuntfiles } -
\ No newline at end of file + |