summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/bearer/qnetworksession/lackey/lackey.pro
blob: 5db6743c65d40cf5858fda9ad19645e8f43fbff9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SOURCES += main.cpp
TARGET = lackey

QT = core network

DESTDIR = ./

win32:CONFIG += console
mac:CONFIG -= app_bundle

symbian {
     # Needed for interprocess communication and opening QNetworkSession
     TARGET.CAPABILITY = NetworkControl NetworkServices
}