summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
blob: 223c4e1c967009cdb6dc0a04807fd94ee132f3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
SOURCES  += tst_qhttpnetworkconnection.cpp
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib
requires(contains(QT_CONFIG,private_tests))

QT = core network

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