summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/CMakeLists.txt
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-12-18 15:35:20 +0100
committerMårten Nordheim <marten.nordheim@qt.io>2021-01-20 16:21:28 +0100
commit0875626e22ad4e709ddf505e701a8d699559f5b4 (patch)
tree968f74f6ed1433f0637d992952325a3b1a164ee8 /tests/auto/network/kernel/CMakeLists.txt
parent7e7dacc109273fca9a72a1069d6228ea5e980d37 (diff)
Long live QNetworkInformation
The plugins are meant to indicate what they do support, meaning users of QNetworkInformation can choose to not care about which plugin is used and rather just request what they want. Task-number: QTBUG-86966 Change-Id: Ie130e1791250ec2a4470e3ba7081d982654af06c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/auto/network/kernel/CMakeLists.txt')
-rw-r--r--tests/auto/network/kernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/network/kernel/CMakeLists.txt b/tests/auto/network/kernel/CMakeLists.txt
index 8b8960d0ae..89526fa14c 100644
--- a/tests/auto/network/kernel/CMakeLists.txt
+++ b/tests/auto/network/kernel/CMakeLists.txt
@@ -13,4 +13,5 @@ if(QT_FEATURE_private_tests AND NOT MACOS)
endif()
if(QT_FEATURE_private_tests)
add_subdirectory(qauthenticator)
+ add_subdirectory(qnetworkinformation)
endif()