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

QT = core network

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

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

symbian {
    TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData 
}