qt5base-lts/tests/auto/network.pro
Rohan McGovern ed8c43b5ee 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
2011-05-11 11:51:46 +10:00

57 lines
1.4 KiB
Prolog

# The tests in this .pro file _MUST_ use QtCore and QtNetwork only
# (i.e. QT=core network).
# The test system is allowed to run these tests before the rest of Qt has
# been compiled.
TEMPLATE=subdirs
SUBDIRS=\
networkselftest \
qabstractnetworkcache \
qabstractsocket \
qauthenticator \
qeventloop \
qftp \
qhostaddress \
qhostinfo \
qhttp \
qhttpnetworkconnection \
qhttpnetworkreply \
qhttpsocketengine \
platformsocketengine \
qnetworkaccessmanager \
qnetworkaddressentry \
qnetworkcachemetadata \
qnetworkconfiguration \
qnetworkconfigurationmanager \
qnetworkcookie \
qnetworkcookiejar \
qnetworkdiskcache \
qnetworkinterface \
qnetworkproxy \
qnetworkreply \
qnetworkrequest \
qnetworksession \
qobjectperformance \
qsocketnotifier \
qsocks5socketengine \
qsslcertificate \
qsslcipher \
qsslerror \
qsslkey \
qsslsocket \
qsslsocket_onDemandCertificates_member \
qsslsocket_onDemandCertificates_static \
qtcpserver \
qudpsocket \
# qnetworkproxyfactory \ # Uses a hardcoded proxy configuration
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
platformsocketengine \
qauthenticator \
qhostinfo \
qhttpnetworkconnection \
qhttpnetworkreply \
qhttpsocketengine \
qsocketnotifier \
qsocks5socketengine \