From eede34aa6b8f60ec2627ebd8726d76e15478edc3 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Fri, 31 Aug 2012 19:12:36 +0200 Subject: 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 --- src/opengl/doc/qtopengl.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/opengl/doc') diff --git a/src/opengl/doc/qtopengl.qdocconf b/src/opengl/doc/qtopengl.qdocconf index 58ead7c62e..6ac0087b23 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 -- cgit v1.2.3