Files
qt-creator/doc/doc.pri
Eike Ziller e886c13abc Make documentation part of branding
So Design Studio can build different documentation than Qt Creator

Change-Id: I078df39d36533a1659caac937ef869e4bf0c7a43
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
2020-02-19 06:57:53 +00:00

12 lines
254 B
Plaintext

build_online_docs: \
DOC_FILES += $$IDE_DOC_FILES_ONLINE
else: \
DOC_FILES += $$IDE_DOC_FILES
include(../docs.pri)
fixnavi.commands = \
cd $$shell_path($$PWD) && \
perl fixnavi.pl -Dqcmanual -Dqtquick src
QMAKE_EXTRA_TARGETS += fixnavi