diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index a3966397f85..e39cfe2846b 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -60,5 +60,11 @@ excludefiles += ../kernel/qtestsupport_core.cpp navigation.landingpage = "Qt Core" navigation.cppclassespage = "Qt Core C++ Classes" +# Highlighted examples in Data Processing & IO category +manifestmeta.highlighted.names = \ + "QtCore/Convert Example" \ + "QtCore/Mandelbrot" \ + "QtCore/QXmlStream Bookmarks Example" + # Fail the documentation build if there are more warnings than the limit warninglimit = 0 diff --git a/src/sql/doc/qtsql.qdocconf b/src/sql/doc/qtsql.qdocconf index 877411d3261..cf54ab7d7b8 100644 --- a/src/sql/doc/qtsql.qdocconf +++ b/src/sql/doc/qtsql.qdocconf @@ -40,5 +40,10 @@ imagedirs += images \ navigation.landingpage = "Qt SQL" navigation.cppclassespage = "Qt SQL C++ Classes" +# Highlighted examples in Data Processing & IO category +manifestmeta.highlighted.names = \ + "QtSql/Master Detail Example" \ + "QtSql/SQL Browser" + # Fail the documentation build if there are more warnings than the limit warninglimit = 0