summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativedisplayinfo/qdeclarativedisplayinfo.pro
blob: 288eeacfc91d920da19f3f2de7f2226e3fae1d87 (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
TARGET = tst_qdeclarativedisplayinfo
CONFIG+=testcase

SOURCES  += tst_qdeclarativedisplayinfo.cpp
QT = core network gui
HEADERS += ../../../plugins/declarative/systeminfo/qdeclarativedisplayinfo_p.h \
             ../../../src/systeminfo/qsystemdisplayinfo.cpp

SOURCES += ../../../plugins/declarative/systeminfo/qdeclarativedisplayinfo.cpp \
           ../../../src/systeminfo/qsystemdisplayinfo.h

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
}