summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qhttpsocketengine/qhttpsocketengine.pro
blob: 492bb6aa8da9747e1284ae53fbfabebc012a981d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
TARGET = tst_qhttpsocketengine
SOURCES  += tst_qhttpsocketengine.cpp


include(../platformsocketengine/platformsocketengine.pri)

MOC_DIR=tmp

requires(qtConfig(private_tests))
QT = core-private network-private testlib

# TODO: For now linux-only, because cyrus is linux-only atm ...
linux {
    QT_TEST_SERVER_LIST = squid danted cyrus apache2
    include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)
}