tests/auto/network.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 11:15:19 +0300
branchRCL_3
changeset 11 25a739ee40f4
parent 7 3f74d0d4af4c
permissions -rw-r--r--
3a438a6e0b41f1ef657ef0e648d352db636204aa

# 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 \