tests/auto/qsocketnotifier/qsocketnotifier.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 SOURCES += tst_qsocketnotifier.cpp
       
     3 QT = core network
       
     4 
       
     5 requires(contains(QT_CONFIG,private_tests))
       
     6 
       
     7 include(../qnativesocketengine/qsocketengine.pri)
       
     8 
       
     9 
       
    10