summaryrefslogtreecommitdiffstats
path: root/tests/auto/network.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2010-07-15 23:56:19 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2010-07-15 23:56:19 (GMT)
commit062a504010534d5e899f042b27c8ace82b556426 (patch)
tree740645f7993f09b53a4335a01c42a0e69f6e8c15 /tests/auto/network.pro
parent40d2b2e30a526b46b17072ba8bdc38f30cd3c624 (diff)
downloadQt-062a504010534d5e899f042b27c8ace82b556426.zip
Qt-062a504010534d5e899f042b27c8ace82b556426.tar.gz
Qt-062a504010534d5e899f042b27c8ace82b556426.tar.bz2
Fixed tst_maketestselftest::tests_pro_files failure
Add qauthenticator to tests/auto/network.pro
Diffstat (limited to 'tests/auto/network.pro')
-rw-r--r--tests/auto/network.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/network.pro b/tests/auto/network.pro
index 4f205fe..e1898f1 100644
--- a/tests/auto/network.pro
+++ b/tests/auto/network.pro
@@ -7,6 +7,7 @@ SUBDIRS=\
networkselftest \
qabstractnetworkcache \
qabstractsocket \
+ qauthenticator \
qeventloop \
qftp \
qhostaddress \
@@ -36,6 +37,7 @@ SUBDIRS=\
qsslsocket \
contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ qauthenticator \
qhttpnetworkconnection \
qhttpnetworkreply \
qnativesocketengine \