summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmessagestorekeys/qmessagestorekeys.pro
blob: 856a93140d8a8e25458ded468bd2cea4de4e689d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
TEMPLATE = app
TARGET = tst_qmessagestorekeys

CONFIG += testcase
QT += testlib

include(../../../common.pri)
include(../support/support.pri)

CONFIG += mobility
MOBILITY = messaging
INCLUDEPATH += ../../../src/messaging

wince*|symbian*: {
    addFiles.sources = testdata/*
    addFiles.path = testdata
    DEPLOYMENT += addFiles
}

wince* {
    DEFINES += TEADATA_DIR=\\\".\\\"
} !symbian {
    DEFINES += TESTDATA_DIR=\\\"$$PWD/\\\"
}

SOURCES += \
    tst_qmessagestorekeys.cpp
    
symbian {
    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE

    contains(messaging_freestyle_enabled, yes) {
        CONFIG += FREESTYLEMAIL
        DEFINES += FREESTYLEMAILUSED
    }
    contains(messaging_freestyle_mapi12_enabled, yes) {
        CONFIG += FREESTYLEMAILMAPI12
        DEFINES += FREESTYLEMAILMAPI12USED
    }

    LIBS += -limcm \
            -lcommsdat \
            -lmsgs

    TARGET.CAPABILITY = NetworkServices \
                        LocalServices \
                        ReadUserData \
                        WriteUserData \
                        UserEnvironment \
                        ReadDeviceData \
                        WriteDeviceData
}

maemo*:CONFIG += insignificant_test