tests/auto/qhostinfo/qhostinfo.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:10:48 +0300
changeset 30 5dc02b23752f
parent 25 e24348a560a6
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

load(qttest_p4)

SOURCES  += tst_qhostinfo.cpp

QT = core network

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

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