forked from qt-creator/qt-creator
So the same file can be used without adaptions in other projects (for example Qbs). Adds installation of the html documentation, which should not hurt, or might even be preferable. Change-Id: I8f6fbf072b348dfe13e54a5f2018ed6e24fc3a34 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
build_online_docs: \
|
|
DOC_FILES += $$PWD/qtcreator-online.qdocconf $$PWD/api/qtcreator-dev-online.qdocconf
|
|
else: \
|
|
DOC_FILES += $$PWD/qtcreator.qdocconf $$PWD/api/qtcreator-dev.qdocconf
|
|
|
|
include(../docs.pri)
|
|
|
|
fixnavi.commands = \
|
|
cd $$shell_path($$PWD) && \
|
|
perl fixnavi.pl -Dqcmanual -Dqtquick src
|
|
QMAKE_EXTRA_TARGETS += fixnavi
|