summaryrefslogtreecommitdiffstats
path: root/doc/global/qt-module-defaults-offline.qdocconf
blob: 36874e8fc12d354a49bafb8cfd6686a1dc6f472f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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"