forked from qt-creator/qt-creator
Since we cannot directly use qt_docs.prf since it contains various Qt specific details, adapt it for use in Qt Creator. This can then be used e.g. by plugins that are not part of the Qt Creator repository. Change-Id: I87511cad74cbcae5cb58087e9a9386130d635aa9 Reviewed-by: Topi Reiniö <topi.reinio@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
build_online_docs: \
|
|
QTC_DOCS = $$PWD/qtcreator-online.qdocconf $$PWD/api/qtcreator-dev-online.qdocconf
|
|
else: \
|
|
QTC_DOCS = $$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
|