diff options
author | Casper van Donderen <[email protected]> | 2012-08-31 19:12:36 +0200 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-09-01 11:23:56 +0200 |
commit | eede34aa6b8f60ec2627ebd8726d76e15478edc3 (patch) | |
tree | e4807d7b6b7b8228df65515039b9644bc446bed0 | |
parent | 7b5f5b2d9f631aac26267804349d000ed1ac1af7 (diff) |
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 <[email protected]>
-rw-r--r-- | src/concurrent/doc/qtconcurrent.qdocconf | 4 | ||||
-rw-r--r-- | src/corelib/doc/qtcore.qdocconf | 4 | ||||
-rw-r--r-- | src/dbus/doc/qtdbus.qdocconf | 4 | ||||
-rw-r--r-- | src/gui/doc/qtgui.qdocconf | 4 | ||||
-rw-r--r-- | src/network/doc/qtnetwork.qdocconf | 4 | ||||
-rw-r--r-- | src/opengl/doc/qtopengl.qdocconf | 4 | ||||
-rw-r--r-- | src/printsupport/doc/qtprintsupport.qdocconf | 4 | ||||
-rw-r--r-- | src/sql/doc/qtsql.qdocconf | 4 | ||||
-rw-r--r-- | src/testlib/doc/qttest.qdocconf | 4 | ||||
-rw-r--r-- | src/widgets/doc/qtwidgets.qdocconf | 4 | ||||
-rw-r--r-- | src/xml/doc/qtxml.qdocconf | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/src/concurrent/doc/qtconcurrent.qdocconf b/src/concurrent/doc/qtconcurrent.qdocconf index 4d5bc91838c..2c2b9f90456 100644 --- a/src/concurrent/doc/qtconcurrent.qdocconf +++ b/src/concurrent/doc/qtconcurrent.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtConcurrent description = Qt Concurrent Reference Documentation diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index 69c753b951d..86bf914d071 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtCore description = Qt Core Reference Documentation diff --git a/src/dbus/doc/qtdbus.qdocconf b/src/dbus/doc/qtdbus.qdocconf index e789fb32dfc..7785b06e994 100644 --- a/src/dbus/doc/qtdbus.qdocconf +++ b/src/dbus/doc/qtdbus.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtDBus description = Qt DBus Reference Documentation diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf index 85fcbab3cae..b154a6dfa78 100644 --- a/src/gui/doc/qtgui.qdocconf +++ b/src/gui/doc/qtgui.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtGui description = Qt GUI Reference Documentation diff --git a/src/network/doc/qtnetwork.qdocconf b/src/network/doc/qtnetwork.qdocconf index 1e9d74314df..c39b4e2bd5c 100644 --- a/src/network/doc/qtnetwork.qdocconf +++ b/src/network/doc/qtnetwork.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtNetwork description = Qt Network Reference Documentation diff --git a/src/opengl/doc/qtopengl.qdocconf b/src/opengl/doc/qtopengl.qdocconf index 58ead7c62e2..6ac0087b236 100644 --- a/src/opengl/doc/qtopengl.qdocconf +++ b/src/opengl/doc/qtopengl.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtOpenGL description = Qt OpenGL Reference Documentation diff --git a/src/printsupport/doc/qtprintsupport.qdocconf b/src/printsupport/doc/qtprintsupport.qdocconf index e2d4875ee9d..0e473ef57c6 100644 --- a/src/printsupport/doc/qtprintsupport.qdocconf +++ b/src/printsupport/doc/qtprintsupport.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtPrintSupport description = Qt Print Support Reference Documentation diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index e4abfbe2363..03821f5334f 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtSql description = Qt SQL Reference Documentation diff --git a/src/testlib/doc/qttest.qdocconf b/src/testlib/doc/qttest.qdocconf index 75057175038..d8b6646a6bb 100644 --- a/src/testlib/doc/qttest.qdocconf +++ b/src/testlib/doc/qttest.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtTest description = Qt Test Reference Documentation diff --git a/src/widgets/doc/qtwidgets.qdocconf b/src/widgets/doc/qtwidgets.qdocconf index 5f5a5116aa3..6f22dfb5c58 100644 --- a/src/widgets/doc/qtwidgets.qdocconf +++ b/src/widgets/doc/qtwidgets.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtWidgets description = Qt Widgets Reference Documentation diff --git a/src/xml/doc/qtxml.qdocconf b/src/xml/doc/qtxml.qdocconf index cafc2fa7f74..093fcddddb3 100644 --- a/src/xml/doc/qtxml.qdocconf +++ b/src/xml/doc/qtxml.qdocconf @@ -1,5 +1,5 @@ -include(global/qt-html-templates-offline.qdocconf) -include(global/qt-cpp-ignore.qdocconf) +include(../../../doc/global/qt-html-templates-offline.qdocconf) +include(../../../doc/global/qt-cpp-ignore.qdocconf) project = QtXml description = Qt XML Reference Documentation |