summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-19 15:19:49 +0100
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-19 14:38:52 +0000
commita685d8ad61335ce9908bf5ce4d4cd63283965a83 (patch)
treef94061924b01f10e83307c293c8615140ca35994
parent632e5eba37a628ba222b528c96682ed02d809223 (diff)
pixeltool: Stop depending on QtNetwork.
There is nothing in the code using the QtNetwork module, so stop requiring it in the build system. Change-Id: I1f7bc89a9589dc2510f38a11fc4b4aeb69d662bc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-rw-r--r--src/pixeltool/pixeltool.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pixeltool/pixeltool.pro b/src/pixeltool/pixeltool.pro
index 5eb448b49..82db6e48f 100644
--- a/src/pixeltool/pixeltool.pro
+++ b/src/pixeltool/pixeltool.pro
@@ -1,4 +1,4 @@
-QT += widgets network
+QT += widgets
mac {
QMAKE_INFO_PLIST=Info_mac.plist