aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-07-03 15:15:10 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-07-04 22:09:00 +0200
commit55fbe2c7255ce62bf19e929ce9f22feda3a0577a (patch)
tree1dfa316add1488b8a22414e405338b36253cdd75
parent20937e9192c52630b9b47765b58493ada64fcf65 (diff)
Do not link against QtNetWork.
It is not required anymore. Change-Id: Ifb76ed515193591a09a81b73edee12703d16d04c Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-rw-r--r--src/webchannel/webchannel.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/webchannel.pro b/src/webchannel/webchannel.pro
index 086deeb..82bd79f 100644
--- a/src/webchannel/webchannel.pro
+++ b/src/webchannel/webchannel.pro
@@ -1,5 +1,5 @@
TARGET = QtWebChannel
-QT = core network
+QT = core
CONFIG += warn_on strict_flags
load(qt_module)