tests/auto/qhostinfo/qhostinfo.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     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