06d90c14b4
Add a new documentation template, with simplified CSS rules that work better when using QTextBrowser as a backend for Qt Assistant or Qt Creator Help. Select this new template by default for offline documentation builds, but keep the old offline template as part of the template files; use JavaScript to switch to the 'standard' CSS when the generated files are viewed with a web browser. Task-number: QTBUG-48322 Change-Id: Ib197896200bb482935f6e9f3a38976133a1e804d Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
21 lines
739 B
Plaintext
21 lines
739 B
Plaintext
#The default configuration for a Qt 5 module, including Add-Ons and Tools.
|
|
#Include this file for a standard Qt 5 module; builds with the offline style.
|
|
|
|
#include standard set of macros and C++ defines and ignores
|
|
include(macros.qdocconf)
|
|
include(qt-cpp-defines.qdocconf)
|
|
include(compat.qdocconf)
|
|
include(manifest-meta.qdocconf)
|
|
include(fileextensions.qdocconf)
|
|
|
|
# By default, select the 'simple' offline template, suited for rendering
|
|
# HTML with QTextBrowser.
|
|
include(qt-html-templates-offline-simple.qdocconf)
|
|
#include(qt-html-templates-offline.qdocconf)
|
|
|
|
#extra configuration data such as file extensions
|
|
include(config.qdocconf)
|
|
|
|
# Show Qt version as part of the navigation bar
|
|
buildversion = "Qt $QT_VERSION Reference Documentation"
|