aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doc.pri
blob: 052790f2fe22b70de5ecea1df773f3be8f79f4e3 (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
include(../src/install_prefix.pri)

QDOC_BIN = $$shell_path($$[QT_INSTALL_BINS]/qdoc)
QDOC_MAINFILE = $$PWD/qbs.qdocconf
HELPGENERATOR = $$shell_path($$[QT_INSTALL_BINS]/qhelpgenerator)

include(doc_targets.pri)

html_docs.depends = qbs_html_docs
html_docs_online.depends = qbs_html_docs_online
qch_docs.depends = qbs_qch_docs
docs_online.depends = qbs_docs_online
install_docs.depends = qbs_install_docs
docs.depends = qbs_docs
QMAKE_EXTRA_TARGETS += \
    docs \
    docs_online \
    html_docs \
    html_docs_online \
    install_docs \
    qch_docs

fixnavi.commands = \
    cd $$shell_path($$PWD) && \
    perl fixnavi.pl -Dqcmanual -Dqtquick \
        qbs.qdoc
QMAKE_EXTRA_TARGETS += fixnavi