summaryrefslogtreecommitdiffstats
path: root/tests/auto/network.pro
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 10:05:36 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-11 11:51:46 +1000
commited8c43b5eef3da60900b169a66f0baf8afd6f0a7 (patch)
tree910343b9993cd8acd3b41db82e14b267496db840 /tests/auto/network.pro
parent8e8e0b26b6674e15f1ea01b4a1a05169fa762722 (diff)
tests: mark some tests as using private API
These autotests are all using private symbols, available only when Qt is configured with -developer-build. So, gracefully disable them when the private symbols are not available. Reviewed-by: Jason McDonald Change-Id: Iafd1c7af486feeee810110bc021e75984827f78a
Diffstat (limited to 'tests/auto/network.pro')
-rw-r--r--tests/auto/network.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/network.pro b/tests/auto/network.pro
index e4cecce450..7f9ef3c04e 100644
--- a/tests/auto/network.pro
+++ b/tests/auto/network.pro
@@ -45,10 +45,12 @@ SUBDIRS=\
# qnetworkproxyfactory \ # Uses a hardcoded proxy configuration
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
+ platformsocketengine \
qauthenticator \
+ qhostinfo \
qhttpnetworkconnection \
qhttpnetworkreply \
- platformsocketengine \
+ qhttpsocketengine \
qsocketnotifier \
qsocks5socketengine \