summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativestorageinfo/qdeclarativestorageinfo.pro
blob: 210c58751ebb515e7c0ae2a0f32ad40a61f130f8 (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
26
27
28
29
30
HEADERS  += 
TARGET = tst_qdeclarativestorageinfo
CONFIG+=testcase

QT = core network
QT += declarative

SOURCES  += tst_qdeclarativestorageinfo.cpp

HEADERS += ../../../plugins/declarative/systeminfo/qdeclarativestorageinfo_p.h \
             ../../../src/systeminfo/qsystemstorageinfo.cpp

SOURCES += ../../../plugins/declarative/systeminfo/qdeclarativestorageinfo.cpp \
           ../../../src/systeminfo/qsystemstorageinfo.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
}