tests/auto/network.pro
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/tests/auto/network.pro	Tue Jul 06 15:10:48 2010 +0300
+++ b/tests/auto/network.pro	Wed Aug 18 10:37:55 2010 +0300
@@ -7,6 +7,7 @@
     networkselftest \
     qabstractnetworkcache \
     qabstractsocket \
+    qauthenticator \
     qeventloop \
     qftp \
     qhostaddress \
@@ -35,7 +36,8 @@
     qsslkey \
     qsslsocket \
 
-contains(QT_CONFIG, private_tests): SUBDIRS -= \
+!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+    qauthenticator \
     qhttpnetworkconnection \
     qhttpnetworkreply \
     qnativesocketengine \