diff options
| author | Christiaan Janssen <[email protected]> | 2012-12-18 13:00:29 +0100 |
|---|---|---|
| committer | The Qt Project <[email protected]> | 2012-12-18 19:33:09 +0100 |
| commit | 084306783828839b957ef5073a477122f7aed679 (patch) | |
| tree | d21ad6d18dd171c10f40aed0005db885d0b01573 | |
| parent | f6e9d1c2603627a3b6db263993b4b871d7d51f75 (diff) | |
Qt Gui Examples: Fixed QDoc files
Change-Id: I160d8d186a1078f20f2b779bfbdae90459c27641
Reviewed-by: Jerome Pasion <[email protected]>
| -rw-r--r-- | examples/gui/doc/src/analogclockwindow.qdoc (renamed from examples/gui/doc/analogclockwindow.qdoc) | 0 | ||||
| -rw-r--r-- | examples/gui/doc/src/openglwindow.qdoc (renamed from examples/gui/doc/openglwindow.qdoc) | 0 | ||||
| -rw-r--r-- | examples/gui/doc/src/rasterwindow.qdoc (renamed from examples/gui/doc/rasterwindow.qdoc) | 0 | ||||
| -rw-r--r-- | src/gui/doc/qtgui.qdocconf | 5 |
4 files changed, 3 insertions, 2 deletions
diff --git a/examples/gui/doc/analogclockwindow.qdoc b/examples/gui/doc/src/analogclockwindow.qdoc index ff361a27b1f..ff361a27b1f 100644 --- a/examples/gui/doc/analogclockwindow.qdoc +++ b/examples/gui/doc/src/analogclockwindow.qdoc diff --git a/examples/gui/doc/openglwindow.qdoc b/examples/gui/doc/src/openglwindow.qdoc index d26fd477af2..d26fd477af2 100644 --- a/examples/gui/doc/openglwindow.qdoc +++ b/examples/gui/doc/src/openglwindow.qdoc diff --git a/examples/gui/doc/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc index f246533c4f2..f246533c4f2 100644 --- a/examples/gui/doc/rasterwindow.qdoc +++ b/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 |
