summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro
blob: 61e4097e2c9009db03ad87b438f5439c642c38db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SOURCES  += tst_qnetworkconfiguration.cpp
HEADERS  += ../qbearertestcommon.h
TARGET = tst_qnetworkconfiguration
CONFIG += testcase

QT = core network

INCLUDEPATH += ../../../src/bearer

include(../../../common.pri)
qtAddLibrary(QtBearer)

symbian {
    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData 
}