Doc: Fix docbuild when not using -developer-build.
https://codereview.qt-project.org/#change,33974 only works in the case of a developer build. Not in a normal prefix build. Change-Id: I3a3e5029cefaa9f83c5deb71665f0efa9d812819 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
This commit is contained in:
parent
7b5f5b2d9f
commit
eede34aa6b
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtConcurrent
|
project = QtConcurrent
|
||||||
description = Qt Concurrent Reference Documentation
|
description = Qt Concurrent Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtCore
|
project = QtCore
|
||||||
description = Qt Core Reference Documentation
|
description = Qt Core Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtDBus
|
project = QtDBus
|
||||||
description = Qt DBus Reference Documentation
|
description = Qt DBus Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtGui
|
project = QtGui
|
||||||
description = Qt GUI Reference Documentation
|
description = Qt GUI Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtNetwork
|
project = QtNetwork
|
||||||
description = Qt Network Reference Documentation
|
description = Qt Network Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtOpenGL
|
project = QtOpenGL
|
||||||
description = Qt OpenGL Reference Documentation
|
description = Qt OpenGL Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtPrintSupport
|
project = QtPrintSupport
|
||||||
description = Qt Print Support Reference Documentation
|
description = Qt Print Support Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtSql
|
project = QtSql
|
||||||
description = Qt SQL Reference Documentation
|
description = Qt SQL Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtTest
|
project = QtTest
|
||||||
description = Qt Test Reference Documentation
|
description = Qt Test Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtWidgets
|
project = QtWidgets
|
||||||
description = Qt Widgets Reference Documentation
|
description = Qt Widgets Reference Documentation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include(global/qt-html-templates-offline.qdocconf)
|
include(../../../doc/global/qt-html-templates-offline.qdocconf)
|
||||||
include(global/qt-cpp-ignore.qdocconf)
|
include(../../../doc/global/qt-cpp-ignore.qdocconf)
|
||||||
|
|
||||||
project = QtXml
|
project = QtXml
|
||||||
description = Qt XML Reference Documentation
|
description = Qt XML Reference Documentation
|
||||||
|
Loading…
Reference in New Issue
Block a user