Update docs after modularization of docs
The global files now live in qtbase only, and are made available to the other modules via the $QT_INSTALL_DOCS variable. We now use QMAKE_DOCS to trigger doc generation instead of rolling our own rules for qdoc. Change-Id: I900029d71c305a1f269cddeeb0e05c524d933834 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
cb010ebf5c
commit
c64d7ce2a2
@@ -1,3 +1,6 @@
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
||||
|
||||
include(compat.qdocconf)
|
||||
include(macros.qdocconf)
|
||||
include(qt-cpp-ignore.qdocconf)
|
||||
@@ -64,7 +67,6 @@ qhp.qtmultimedia.subprojects.classes.sortPages = true
|
||||
|
||||
# Do NOT change the variables after this line unless you know what you are doing.
|
||||
|
||||
outputdir = html
|
||||
outputformats = HTML
|
||||
|
||||
examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
|
||||
|
||||
Reference in New Issue
Block a user