forked from qt-creator/qt-creator
The qt-html-templates-online include adds a source for the results page, but because it was included before the main project .qdocconf, the latter overrode this setting. Pick-to: 6.0 Change-Id: I10d9491aa481eec958bdb8744e1c0bbd36e4763c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Johanna Vanhatapio <johanna.vanhatapio@qt.io>
12 lines
386 B
Plaintext
12 lines
386 B
Plaintext
include(config/license.qdocconf)
|
|
include(config/qtdesignstudio.qdocconf)
|
|
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
|
|
include(config/html-online.qdocconf)
|
|
|
|
# Override macros for online use
|
|
include(../config/macros-online.qdocconf)
|
|
|
|
# Add an .html file with sidebar content, used in the online style
|
|
HTML.stylesheets += config/style/qt5-sidebar.html
|
|
|