summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/kernel.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/kernel/kernel.pro')
-rw-r--r--tests/auto/network/kernel/kernel.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/network/kernel/kernel.pro b/tests/auto/network/kernel/kernel.pro
new file mode 100644
index 0000000000..d1c901d529
--- /dev/null
+++ b/tests/auto/network/kernel/kernel.pro
@@ -0,0 +1,14 @@
+TEMPLATE=subdirs
+SUBDIRS=\
+ qhostinfo \
+# qnetworkproxyfactory \ # Uses a hardcoded proxy configuration
+ qauthenticator \
+ qnetworkproxy \
+ qnetworkinterface \
+ qnetworkaddressentry \
+ qhostaddress \
+
+!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ qauthenticator \
+ qhostinfo \
+