summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
blob: 675c675afbd70f2efae03eaa585af49d3d841a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CONFIG += testcase

TARGET = tst_qhttpnetworkconnection
QT = core network testlib
SOURCES  += tst_qhttpnetworkconnection.cpp

INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
requires(contains(QT_CONFIG,private_tests))

symbian: TARGET.CAPABILITY = NetworkServices
symbian: {
  INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
}

win32:CONFIG+=insignificant_test # QTQAINFRA-574