457496b830
An online documentation template that follows the style of qt.io site. Update the url variable for Qt modules to point to doc.qt.io/qt-5/. Task-number: QTBUG-42086 Change-Id: I5428a02cd503aef2217efd7361f4c8b7b5895a52 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
17 lines
587 B
Plaintext
17 lines
587 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)
|
|
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"
|