summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativenetworkinfo/qdeclarativenetworkinfo.pro
blob: e5f5e06acb58ce69bdef444d9621353f9ccd8f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TARGET = tst_qdeclarativenetworkinfo
CONFIG+=testcase

QT = core network
QT += declarative

SOURCES  += tst_qdeclarativenetworkinfo.cpp

HEADERS += ../../../plugins/declarative/systeminfo/qdeclarativenetworkinfo_p.h 

SOURCES += ../../../plugins/declarative/systeminfo/qdeclarativenetworkinfo.cpp 

INCLUDEPATH += ../../../src/systeminfo
INCLUDEPATH += $$QT_MOBILITY_SOURCE_TREE/plugins/declarative/systeminfo

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

symbian {
    TARGET.CAPABILITY = All -TCB -DRM
}
contains(test_use_sim, yes) {
DEFINES += TESTR QT_SIMULATOR
}