summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qauthenticator/qauthenticator.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/kernel/qauthenticator/qauthenticator.pro')
-rw-r--r--tests/auto/network/kernel/qauthenticator/qauthenticator.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/auto/network/kernel/qauthenticator/qauthenticator.pro b/tests/auto/network/kernel/qauthenticator/qauthenticator.pro
index 8ddb13b0df..5e4759b690 100644
--- a/tests/auto/network/kernel/qauthenticator/qauthenticator.pro
+++ b/tests/auto/network/kernel/qauthenticator/qauthenticator.pro
@@ -1,5 +1,6 @@
-load(qttest_p4)
+CONFIG += testcase
+TARGET = tst_qauthenticator
requires(contains(QT_CONFIG,private_tests))
-QT = core network-private
+QT = core network-private testlib
SOURCES += tst_qauthenticator.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"