Fix broken links in the QtWidgets examples.
I remove the widgets examples from the gui docs as they will introduce broken duplicates (under doc/qtgui/...). Change-Id: I54255ceaf4187477da3e82f6809be41fb98378a2 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>bb10
parent
9ea48de5f0
commit
06678fd0b5
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
|
@ -43,7 +43,6 @@ sourcedirs += .. \
|
|||
../../../examples/gui/doc
|
||||
|
||||
exampledirs += ../../../examples/gui \
|
||||
../../../examples/widgets \
|
||||
snippets
|
||||
|
||||
imagedirs += images
|
||||
|
|
|
|||
|
|
@ -43,4 +43,5 @@ excludedirs += snippets
|
|||
|
||||
imagedirs += images \
|
||||
../../../doc/src/images \
|
||||
../../../examples/widgets/doc/images
|
||||
../../../examples/widgets/doc/images \
|
||||
../../../examples/widgets
|
||||
|
|
|
|||
Loading…
Reference in New Issue