tests/auto/qnetworksession/lackey/lackey.pro
changeset 30 5dc02b23752f
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
       
     1 SOURCES += main.cpp
       
     2 TARGET = lackey
       
     3 
       
     4 QT = core network
       
     5 
       
     6 DESTDIR = ./
       
     7 
       
     8 win32:CONFIG += console
       
     9 mac:CONFIG -= app_bundle
       
    10 
       
    11 symbian {
       
    12      # Needed for interprocess communication and opening QNetworkSession
       
    13      TARGET.CAPABILITY = NetworkControl NetworkServices
       
    14 }
       
    15