Doc: Removed the HTML template from the .qdocconf files
[profile/ivi/qtbase.git] / src / gui / doc / qtgui.qdocconf
index 73104e2..731f472 100644 (file)
@@ -1,5 +1,4 @@
-include(../../../doc/global/qt-html-templates-offline.qdocconf)
-include(../../../doc/global/qt-module-defaults.qdocconf)
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
 
 project                 = QtGui
 description             = Qt GUI Reference Documentation
@@ -29,10 +28,17 @@ qhp.QtGui.subprojects.examples.title = Qt GUI Examples
 qhp.QtGui.subprojects.examples.indexTitle = Qt GUI Examples
 qhp.QtGui.subprojects.examples.selectors = fake:example
 
-outputdir               = ../../../doc/qtgui
 tagfile                 = ../../../doc/qtgui/qtgui.tags
 
-depends                 += qtcore
+depends += \
+    qtcore \
+    qtnetwork \
+    qtopengl \
+    qtsvg \
+    qtqml \
+    qtquickt \
+    qtwidgets \
+    qtdoc
 
 headerdirs  += ..
 
@@ -40,12 +46,7 @@ sourcedirs  += .. \
                ../../../examples/gui/doc
 
 exampledirs += ../../../examples/gui \
-               ../../../doc/src/snippets \
-               ../ \
+               ../../../examples/widgets \
                snippets
 
-excludedirs += snippets
-
-imagedirs   += images \
-               ../../../doc/src/images \
-               ../../../examples/gui/doc/images
+imagedirs   += images