e815b93d12
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>
61 lines
1.5 KiB
Prolog
61 lines
1.5 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 \
|
|
qnetworkreply \
|
|
qsocketnotifier \
|
|
qsocks5socketengine \
|
|
qsslsocket \
|
|
qsslsocket_onDemandCertificates_member \
|
|
qsslsocket_onDemandCertificates_static \
|
|
|