summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 19:25:26 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 22:00:26 +0100
commit1563b3a77f41e837e447261d8e96f45ffe313845 (patch)
tree7bbc21328079160d1b95c97f31d2f96edb597d0c
parentdf02fdde5f312e5470e86d6e556c6de01dd8255b (diff)
remove unnecessary CONFIG addition
qt is already added by spec_pre.prf. Change-Id: Ic92c8d107fcb942f1de1951a01074ced9d729a6f Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--src/jsonstream/jsonstream.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsonstream/jsonstream.pro b/src/jsonstream/jsonstream.pro
index 5a50f78..4f670ef 100644
--- a/src/jsonstream/jsonstream.pro
+++ b/src/jsonstream/jsonstream.pro
@@ -1,7 +1,7 @@
TARGET = QtJsonDbJsonStream
TEMPLATE = lib
-CONFIG += qt static
+CONFIG += static
QT = core network