summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:38:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-19 19:50:47 +0100
commitfd92efab672d1f559339cba0751a55cfcb2aaaef (patch)
tree10b74c6968ea67c144e0b2895a267495bbda13b8 /tools
parent70628a44fa1c9a67d2de75a470eaccd8521747fc (diff)
remove some unnecessary CONFIG additions
qt is already added by spec_pre.prf. Change-Id: Ie2cf7c733718319437a823993c09778507c423ef Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 877fbee2..669b4cea 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -1,5 +1,5 @@
TEMPLATE = app
-CONFIG += qt uic declarative_debug declarative
+CONFIG += uic declarative_debug declarative
DESTDIR = $$QT.declarative.bins
include(qml.pri)