forked from qt-creator/qt-creator
Doc: Qt Design Studio: Fix missing search results page in online builds
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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
include(config/license.qdocconf)
|
||||
include(config/qtdesignstudio.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
|
||||
include(config/html-online.qdocconf)
|
||||
include(config/qtdesignstudio.qdocconf)
|
||||
|
||||
# Override macros for online use
|
||||
include(../config/macros-online.qdocconf)
|
||||
|
Reference in New Issue
Block a user