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

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

wince*: {
  LIBS += ws2.lib
} else {
  win32:LIBS += -lws2_32
}

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

CONFIG+=insignificant_test # QTQAINFRA-574