aboutsummaryrefslogtreecommitdiff
path: root/qxmpp.pro
blob: a309a48e20a458017e56ba77241b685f6e62725c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include(qxmpp.pri)

CONFIG += ordered
TEMPLATE = subdirs

SUBDIRS = src
android | ios {
} else {
    SUBDIRS += tests examples
}

!isEmpty(QXMPP_USE_DOXYGEN) {
    docs.commands = cd doc/ && $(MAKE) docs
    docs.depends = sub-doc
    docs.files = doc/html
    docs.path = $$PREFIX/share/doc/qxmpp
    docs.CONFIG += no_check_exist directory

    INSTALLS += docs
    QMAKE_EXTRA_TARGETS += docs
    SUBDIRS += doc
}