tests/auto/network.pro
author eckhart.koppen@nokia.com
Wed, 31 Mar 2010 11:06:36 +0300
changeset 7 f7bc934e204c
child 30 5dc02b23752f
permissions -rw-r--r--
5cabc75a39ca2f064f70b40f72ed93c74c4dc19b

# 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 \
    qeventloop \
    qftp \
    qhostaddress \
    qhostinfo \
    qhttp \
    qhttpnetworkconnection \
    qhttpnetworkreply \
    qhttpsocketengine \
    qnativesocketengine \
    qnetworkaddressentry \
    qnetworkcookie \
    qnetworkcookiejar \
    qnetworkinterface \
    qnetworkproxy \
    qnetworkrequest \
    qobjectperformance \
    qsocketnotifier \
    qsocks5socketengine \
    qsslcertificate \
    qsslcipher \
    qsslerror \
    qsslkey \
    qsslsocket \

contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qhttpnetworkconnection \
    qhttpnetworkreply \
    qnativesocketengine \
    qsocketnotifier \
    qsocks5socketengine \