diff --git a/examples/gui/doc/analogclockwindow.qdoc b/examples/gui/doc/src/analogclockwindow.qdoc similarity index 100% rename from examples/gui/doc/analogclockwindow.qdoc rename to examples/gui/doc/src/analogclockwindow.qdoc diff --git a/examples/gui/doc/openglwindow.qdoc b/examples/gui/doc/src/openglwindow.qdoc similarity index 100% rename from examples/gui/doc/openglwindow.qdoc rename to examples/gui/doc/src/openglwindow.qdoc diff --git a/examples/gui/doc/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc similarity index 100% rename from examples/gui/doc/rasterwindow.qdoc rename to examples/gui/doc/src/rasterwindow.qdoc diff --git a/src/gui/doc/qtgui.qdocconf b/src/gui/doc/qtgui.qdocconf index 933d990c77d..f58b4faf9f9 100644 --- a/src/gui/doc/qtgui.qdocconf +++ b/src/gui/doc/qtgui.qdocconf @@ -40,9 +40,10 @@ depends += \ headerdirs += .. sourcedirs += .. \ - ../../../examples/gui/doc + ../../../examples/gui/doc/src exampledirs += ../../../examples/gui \ snippets -imagedirs += images +imagedirs += images \ + ../../../examples/gui/doc/images