Doc: Fix qdoc warnings on snippet files
qtwidgets-index.qdoc:123: (qdoc) warning: Cannot find file to quote from: 'snippets/snippets.pro' qtwidgets-index.qdoc:123: (qdoc) warning: Unexpected '\snippet (//! [qmake_use])' Task-number: QTBUG-90662 Change-Id: I702b685e7cd9c34b5a07480ecb99e913ce250d70 Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
df121fd7f7
commit
c535933d89
|
|
@ -0,0 +1,3 @@
|
|||
#! [qmake_use]
|
||||
QT += widgets
|
||||
#! [qmake_use]
|
||||
|
|
@ -119,7 +119,7 @@ interfaces
|
|||
See also the \l {Build with CMake} overview.
|
||||
|
||||
\include module-use.qdocinc building with qmake
|
||||
\snippet snippets/snippets.pro qmake_use
|
||||
\snippet snippets.pro qmake_use
|
||||
|
||||
\section1 Module Evolution
|
||||
\l{Changes to Qt Widgets} lists important changes in the module API
|
||||
|
|
|
|||
Loading…
Reference in New Issue