tests/auto/qhostinfo/qhostinfo.pro
changeset 25 e24348a560a6
parent 0 1918ee327afb
child 30 5dc02b23752f
equal deleted inserted replaced
23:89e065397ea6 25:e24348a560a6
     1 load(qttest_p4)
     1 load(qttest_p4)
     2 
     2 
     3 SOURCES  += tst_qhostinfo.cpp
     3 SOURCES  += tst_qhostinfo.cpp
     4 
     4 
     5 QT = core network core
     5 QT = core network
     6 
     6 
     7 wince*: {
     7 wince*: {
     8   LIBS += ws2.lib
     8   LIBS += ws2.lib
     9 } else {
     9 } else {
    10   win32:LIBS += -lws2_32
    10   win32:LIBS += -lws2_32
    11 }
    11 }
    12 
    12 
       
    13 symbian: {
       
    14   INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
       
    15 }
    13 
    16 
       
    17