summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qhttpnetworkconnection/qhttpnetworkconnection.pro
blob: 69a4a50144c88bc53ab36f947d6e612b49c9455b (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TARGET = tst_qhttpnetworkconnection
SOURCES  += tst_qhttpnetworkconnection.cpp
requires(qtConfig(private_tests))

QT = core-private network-private testlib

QT_TEST_SERVER_LIST = apache2
include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)