diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-11-05 03:47:01 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-11-05 03:49:28 (GMT) |
commit | b74024c0d80b7bb3adf0ceca4b307695bc6db6a1 (patch) | |
tree | 8bdaa58e8234879a1648c14219f2b51f6d845b8c | |
parent | 260404b731ef1407267f5f5a325ab4fe66fdfd36 (diff) | |
download | Qt-b74024c0d80b7bb3adf0ceca4b307695bc6db6a1.zip Qt-b74024c0d80b7bb3adf0ceca4b307695bc6db6a1.tar.gz Qt-b74024c0d80b7bb3adf0ceca4b307695bc6db6a1.tar.bz2 |
Fix minehunt.pro (minehunt is no longer a plugin)
Task-number: QTBUG-15011
Reviewed-by: Martin Jones
-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 753ca4e..8a7fdc5 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 + |