summaryrefslogtreecommitdiffstats
path: root/qtconnectivity.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-09-28 11:32:35 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-09-28 10:24:17 +0000
commit69e3e63ed9c31978d0663c87351c1b6918716d28 (patch)
tree2483483d60645b0359fec502fbbc3f4387137c7c /qtconnectivity.pro
parent57b0b8b03a0f281de1735c1a65f3359627018274 (diff)
Fix qtconnectivity build
This patch fixes the error introduced by 7d7651fb3bd0c2bdeb6159202d30cf475611da58. Change-Id: Idaf9066190535dd521efed7ab78e9203b99aadef Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'qtconnectivity.pro')
-rw-r--r--qtconnectivity.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtconnectivity.pro b/qtconnectivity.pro
index 6fac8049..6e590928 100644
--- a/qtconnectivity.pro
+++ b/qtconnectivity.pro
@@ -1,4 +1,5 @@
-requires(qtHaveModule(network):(!android|qtHaveModule(androidextras)))
+requires(qtHaveModule(network))
+requires(!android|qtHaveModule(androidextras))
load(qt_parts)