summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
blob: 76a6cee6e0328e502d484d9c2dae4b209d64f8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}