From a3b58a7844f77bd416fad8307f8333ff7c0efacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Fri, 18 Dec 2020 15:35:49 +0100 Subject: NetworkListManager based backend for QNetworkInformation For Windows. Based on the code I wrote for QNetworkStatusMonitor. It also renames the netlistmgr feature, avoiding the abbreviation. Locally my MinGW fails the networklistmanager feature test so it may not be supported on MinGW, likely leaving it without a backend at all. Change-Id: I13bbe4127edc2a9c0bb91602c95f1cb206a85a69 Reviewed-by: Timur Pocheptsov --- src/plugins/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/CMakeLists.txt') diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 9a6a8f1e39..4aea4aad94 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -20,3 +20,6 @@ endif() if(TARGET Qt::PrintSupport) add_subdirectory(printsupport) endif() +if (TARGET Qt::Network) + add_subdirectory(networkinformationbackends) +endif() -- cgit v1.2.3