summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/selftest/selftest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/selftest/selftest.pro')
-rw-r--r--tests/auto/network/selftest/selftest.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/network/selftest/selftest.pro b/tests/auto/network/selftest/selftest.pro
new file mode 100644
index 0000000000..e8312032c3
--- /dev/null
+++ b/tests/auto/network/selftest/selftest.pro
@@ -0,0 +1,6 @@
+CONFIG += testcase
+TARGET = tst_networkselftest
+SOURCES += tst_networkselftest.cpp
+
+requires(qtConfig(private_tests))
+QT = core network network-private testlib