aboutsummaryrefslogtreecommitdiffstats
path: root/src/geniviextras/doc/qtgeniviextras.qdocconf
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-05-11 20:27:26 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-05-14 15:17:22 +0000
commitdc88c208b36396f195305a2038d5a39d8e0ef2be (patch)
tree4b7e03a365cd2a18c62c911d63a8ca22e456f15f /src/geniviextras/doc/qtgeniviextras.qdocconf
parent88773675135d61c47cece80c76e02b20de13e06f (diff)
Fix documentation for 5.11
Moved the qtivi doc into the ivicore source folder and the qtgeniviextras in the geniviextras source folder. This is more in line with the rest of qt and also only builds the documentation for the module when the module is actually enabled through the configure system. Also fixed all remaining qdoc errors and moved to the new syntax needed for documenting templates with the new clang-based qdoc. Change-Id: I187bd5848dc79e2231c6c49c9b7a9845edb61817 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/geniviextras/doc/qtgeniviextras.qdocconf')
-rw-r--r--src/geniviextras/doc/qtgeniviextras.qdocconf12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/geniviextras/doc/qtgeniviextras.qdocconf b/src/geniviextras/doc/qtgeniviextras.qdocconf
index b94fa45..1fa1f11 100644
--- a/src/geniviextras/doc/qtgeniviextras.qdocconf
+++ b/src/geniviextras/doc/qtgeniviextras.qdocconf
@@ -1,10 +1,2 @@
-headerdirs += ..
-
-sourcedirs += ..
-
-exampledirs += ../../../examples/geniviextras \
- snippets
-
-examplesinstallpath = geniviextras
-
-imagedirs += images
+include($QT_INSTALL_DOCS/global/qt-module-defaults-offline.qdocconf)
+include(qtgeniviextras-project.qdocconf)