util/tests/auto/qhostinfo/qhostinfo.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 load(qttest_p4)
       
     2 
       
     3 SOURCES  += tst_qhostinfo.cpp
       
     4 
       
     5 QT = core network core
       
     6 
       
     7 wince*: {
       
     8   LIBS += ws2.lib
       
     9 } else {
       
    10   win32:LIBS += -lws2_32
       
    11 }
       
    12 
       
    13