diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-07-15 23:56:19 (GMT) |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2010-07-15 23:56:19 (GMT) |
commit | 062a504010534d5e899f042b27c8ace82b556426 (patch) | |
tree | 740645f7993f09b53a4335a01c42a0e69f6e8c15 /tests/auto/network.pro | |
parent | 40d2b2e30a526b46b17072ba8bdc38f30cd3c624 (diff) | |
download | Qt-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.pro | 2 |
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 \ |