summaryrefslogtreecommitdiff
path: root/src/svg
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg')
-rw-r--r--src/svg/doc/qtsvg.qdocconf6
-rw-r--r--src/svg/doc/src/qtsvg-index.qdoc1
-rw-r--r--src/svg/doc/src/qtsvg.qdoc15
3 files changed, 20 insertions, 2 deletions
diff --git a/src/svg/doc/qtsvg.qdocconf b/src/svg/doc/qtsvg.qdocconf
index 1254d61..c68beab 100644
--- a/src/svg/doc/qtsvg.qdocconf
+++ b/src/svg/doc/qtsvg.qdocconf
@@ -33,11 +33,13 @@ tagfile = ../../../doc/qtsvg/qtsvg.tags
headerdirs += .. \
../../plugins/imageformats \
- ../../plugins/iconengines
+ ../../plugins/iconengines \
+ ../../svgwidgets
sourcedirs += .. \
../../plugins/imageformats \
- ../../plugins/iconengines
+ ../../plugins/iconengines \
+ ../../svgwidgets
exampledirs += ../../../examples/svg \
snippets/
diff --git a/src/svg/doc/src/qtsvg-index.qdoc b/src/svg/doc/src/qtsvg-index.qdoc
index adf5e34..4d58301 100644
--- a/src/svg/doc/src/qtsvg-index.qdoc
+++ b/src/svg/doc/src/qtsvg-index.qdoc
@@ -73,6 +73,7 @@
\section1 References
\list
\li \l{Qt SVG C++ Classes}
+ \li \l{Qt SVG Widgets C++ Classes}
\endlist
Qt SVG comes with the following examples:
diff --git a/src/svg/doc/src/qtsvg.qdoc b/src/svg/doc/src/qtsvg.qdoc
index a34bbf7..bee0a29 100644
--- a/src/svg/doc/src/qtsvg.qdoc
+++ b/src/svg/doc/src/qtsvg.qdoc
@@ -39,4 +39,19 @@
for rendering and displaying SVG drawings in widgets and on other
paint devices. See the class descriptions for further details.
+ The \l{Qt SVG Widgets C++ Classes}{Qt SVG Widgets} library provides C++
+ classes for rendering SVG drawings into widget UIs.
+
+ \generatelist classesbymodule QtSvgWidgets
+*/
+
+/*
+ This "module" only exists so that classes in the separate library have
+ the correct build system documentation.
+*/
+/*!
+ \module QtSvgWidgets
+ \title Qt SVG Widgets C++ Classes
+ \qtcmakepackage SvgWidgets
+ \qtvariable svgwidgets
*/