summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/symbian/tsrc/qsystemdeviceinfo.pro
blob: ed6cec8ae3b45fd7ac551570a844eaa2193095a2 (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
31
32
33
34
35
36
37
38
39
TEMPLATE = app
TARGET = tst_qsystemdeviceinfo
QT += testlib
CONFIG += qtestlib
include(../../../../common.pri)
symbian:
{
    INCLUDEPATH += ../../../
    SOURCES  += tst_qsystemdeviceinfo.cpp
    CONFIG += mobility
    MOBILITY = systeminfo
    TARGET.CAPABILITY = All -TCB -DRM
    LIBS += -lprofileengine \
            -letel3rdparty \
            -lsysutil \
            -lcentralrepository \
            -lcenrepnotifhandler \
            -lefsrv \
            -lfeatdiscovery \
            -lhwrmvibraclient \
            -lavkon \
            -lcone \
            -lws32 \
            -lcentralrepository \
            -lprofileengine \
            -lbluetooth \
            -lgdi \
            -lecom \
            -lplatformenv \
            -lhwrmlightclient \
            -lhwrmfmtxclient \
            -ldisknotifyhandler \
            -lusbman \
            -lprofileeng

            contains(S60_VERSION, 5.1) | contains(S60_VERSION, 5.2) | contains(S60_VERSION, 5.3) | contains(S60_VERSION, 5.4){
            LIBS += -lhwrmpowerclient
        }
}