tests/auto/qnetworksession/lackey/lackey.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:10:48 +0300
changeset 30 5dc02b23752f
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

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
}