forked from qt-creator/qt-creator
use qt's qdoc templates when building against qt5
Change-Id: Id49e7808b0e8e83c54d573766fcb8c25bfe6728b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(../config/compat.qdocconf)
|
||||
include(qtcreator-dev-online.qdocconf)
|
||||
|
||||
include(../config/qtcreator-developer.qdocconf)
|
||||
include(../config/qt-html-templates-online.qdocconf)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(../config/qtcreator-developer.qdocconf)
|
||||
include(../config/qt-html-templates-online.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(../config/compat.qdocconf)
|
||||
include(qtcreator-dev.qdocconf)
|
||||
include(../config/qtcreator-developer.qdocconf)
|
||||
include(../config/qt-html-templates.qdocconf)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(../config/qtcreator-developer.qdocconf)
|
||||
include(../config/qt-html-templates.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ defineReplace(cmdEnv) {
|
||||
}
|
||||
|
||||
defineReplace(qdoc) {
|
||||
return("$$cmdEnv(SRCDIR=$$PWD OUTDIR=$$1 QTC_VERSION=$$QTCREATOR_VERSION QTC_VERSION_TAG=$$VERSION_TAG) $$QDOC_BIN")
|
||||
return("$$cmdEnv(SRCDIR=$$PWD OUTDIR=$$1 QTC_VERSION=$$QTCREATOR_VERSION QTC_VERSION_TAG=$$VERSION_TAG QT_INSTALL_DOCS=$$[QT_INSTALL_DOCS]) $$QDOC_BIN")
|
||||
}
|
||||
|
||||
QHP_FILE = $$OUT_PWD/doc/html/qtcreator.qhp
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(config/compat.qdocconf)
|
||||
include(qtcreator-online.qdocconf)
|
||||
include(config/qtcreator-project.qdocconf)
|
||||
include(config/qt-html-templates-online.qdocconf)
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(config/qtcreator-project.qdocconf)
|
||||
include(config/qt-html-templates-online.qdocconf)
|
||||
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-online.qdocconf)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(config/compat.qdocconf)
|
||||
include(qtcreator.qdocconf)
|
||||
include(config/qtcreator-project.qdocconf)
|
||||
include(config/qt-html-templates.qdocconf)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Run qdoc from the directory that contains this file.
|
||||
include(config/qtcreator-project.qdocconf)
|
||||
include(config/qt-html-templates.qdocconf)
|
||||
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
|
||||
|
||||
Reference in New Issue
Block a user