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

QT = core network

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