From 7d7651fb3bd0c2bdeb6159202d30cf475611da58 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Wed, 26 Sep 2018 14:24:45 +0200 Subject: Don't build when there is no Qt Network Qt Connectivity depends on QAbstractSocket, so it will not build if Qt Network is not built. Change-Id: I94f812f4b4c0c23a38b6c0fcdef0ee962f68e8b0 Reviewed-by: Alex Blasche --- qtconnectivity.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qtconnectivity.pro') diff --git a/qtconnectivity.pro b/qtconnectivity.pro index dc0f77e3..6fac8049 100644 --- a/qtconnectivity.pro +++ b/qtconnectivity.pro @@ -1,3 +1,4 @@ -requires(!android|qtHaveModule(androidextras)) +requires(qtHaveModule(network):(!android|qtHaveModule(androidextras))) + load(qt_parts) -- cgit v1.2.3