summaryrefslogtreecommitdiffstats
path: root/messagingframework.pro
blob: 7c9ca9f32b858d5a3dd08e89963a3a02f15604ab (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
TEMPLATE = subdirs
SUBDIRS = src tests

tests.depends = src

!contains(DEFINES,QMF_NO_MESSAGE_SERVICE_EDITOR) {
    SUBDIRS += examples
    examples.depends = src

    # disable benchmark test on mac until ported
    !macx {
        !SERVER_AS_DLL {
            SUBDIRS += benchmarks
            benchmarks.depends = src
        }
    }
}

defineReplace(targetPath) {
    return($$replace(1, /, $$QMAKE_DIR_SEP))
}

# Custom target 'doc' to generate documentation
dox.target = doc
dox.commands = qdoc3 $$_PRO_FILE_PWD_/doc/src/qmf.qdocconf
dox.depends =

QMAKE_EXTRA_TARGETS += dox

include(doc/src/doc.pri)

!unix {
     warning("IMAP COMPRESS capability is currently not supported on non unix platforms")
}