summaryrefslogtreecommitdiffstats
path: root/tests/auto/network.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-09-08 15:18:42 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-09 05:46:54 +0200
commite815b93d12c560dcf91bd48eb06ff5822a570876 (patch)
treec8f4194a882be0b3ae1cd1862d8607001008f28a /tests/auto/network.pro
parent13908a560b49157c8d290273e55bf14cbc7f0c9f (diff)
tests: use contains(QT_CONFIG,private_tests) consistently
These tests used requires(contains(QT_CONFIG,private_tests)) in their .pro file, but did not subtract themselves from their parent project SUBDIRS when private_tests weren't enabled. In the best case, this wastes a little time as qmake iterates over these projects which won't be built. In some worse esoteric cases, this may break compilation or packaging. Change-Id: I189c108ee9943b15114becf9d6b04f78dbabbe31 Reviewed-on: http://codereview.qt-project.org/4389 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Diffstat (limited to 'tests/auto/network.pro')
-rw-r--r--tests/auto/network.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/network.pro b/tests/auto/network.pro
index 7f9ef3c04e..f8dd4123df 100644
--- a/tests/auto/network.pro
+++ b/tests/auto/network.pro
@@ -51,6 +51,10 @@ SUBDIRS=\
qhttpnetworkconnection \
qhttpnetworkreply \
qhttpsocketengine \
+ qnetworkreply \
qsocketnotifier \
qsocks5socketengine \
+ qsslsocket \
+ qsslsocket_onDemandCertificates_member \
+ qsslsocket_onDemandCertificates_static \