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

QT = core network

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

include(../../../common.pri)
CONFIG += mobility
MOBILITY = bearer

symbian {
    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData
}