summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-08-21 10:38:34 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 10:48:16 +0200
commitc7182244dd2d0b1d0d089fd71081f9e8ec2fbf4c (patch)
tree04064712383bb32379929a9a00259156a0c7af9f
parente06f9721196baf84fc54aaa68835e198e5bcb3fc (diff)
Doc: Fix location of include files in qdocconf.
The include files need to be found in [QT_INSTALL_DOCS]/global and not the relative path. Change-Id: Ib4d81bbd963ea59972f72c79064dbe29d67c6ef2 Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
-rw-r--r--src/threed/doc/qt3d.qdocconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/threed/doc/qt3d.qdocconf b/src/threed/doc/qt3d.qdocconf
index c53744ba9..efe8a84fa 100644
--- a/src/threed/doc/qt3d.qdocconf
+++ b/src/threed/doc/qt3d.qdocconf
@@ -1,5 +1,5 @@
-include(../../../doc/global/qt-html-templates-offline.qdocconf)
-include(../../../doc/global/qt-cpp-ignore.qdocconf)
+include(global/qt-html-templates-offline.qdocconf)
+include(global/qt-cpp-ignore.qdocconf)
project = Qt3D
description = Qt 3D Reference Documentation