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

QT = core network

DESTDIR = ./

win32:CONFIG += console

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