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

QT = core network
QT += declarative

SOURCES  += tst_qdeclarativedeviceinfo.cpp

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

SOURCES += ../../../plugins/declarative/systeminfo/qdeclarativedeviceinfo.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
}