Doc: Fix docbuild when not using -developer-build.
authorCasper van Donderen <casper.vandonderen@gmail.com>
Fri, 31 Aug 2012 17:12:36 +0000 (19:12 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 1 Sep 2012 09:23:56 +0000 (11:23 +0200)
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>
src/concurrent/doc/qtconcurrent.qdocconf
src/corelib/doc/qtcore.qdocconf
src/dbus/doc/qtdbus.qdocconf
src/gui/doc/qtgui.qdocconf
src/network/doc/qtnetwork.qdocconf
src/opengl/doc/qtopengl.qdocconf
src/printsupport/doc/qtprintsupport.qdocconf
src/sql/doc/qtsql.qdocconf
src/testlib/doc/qttest.qdocconf
src/widgets/doc/qtwidgets.qdocconf
src/xml/doc/qtxml.qdocconf

index 4d5bc91..2c2b9f9 100644 (file)
@@ -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
index 69c753b..86bf914 100644 (file)
@@ -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
index e789fb3..7785b06 100644 (file)
@@ -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
index 85fcbab..b154a6d 100644 (file)
@@ -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
index 1e9d743..c39b4e2 100644 (file)
@@ -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
index 58ead7c..6ac0087 100644 (file)
@@ -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
index e2d4875..0e473ef 100644 (file)
@@ -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
index e4abfbe..03821f5 100644 (file)
@@ -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
index 7505717..d8b6646 100644 (file)
@@ -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
index 5f5a511..6f22dfb 100644 (file)
@@ -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
index cafc2fa..093fcdd 100644 (file)
@@ -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