From addb2598d7f841af6ab777a4b9d8793e8ef92dba Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 17 Feb 2021 12:15:29 +0100 Subject: Doc: Fix warnings about snippets in qtdeclarative Cannot find file to quote from: 'code/backend/backend.pro' Cannot find file to quote from: 'code/doc_src_qtqml.pro' Cannot find file to quote from: 'code/doc_src_qtquick.pro' Change-Id: I26642a375a659a3d8dbda097702ffc2f68d10137 Reviewed-by: Friedemann Kleint (cherry picked from commit ca7d2c1f4ca010096b668108200cd9f1357a5b2e) Reviewed-by: Qt Cherry-pick Bot --- src/qml/doc/src/cppintegration/topic.qdoc | 7 +++++-- src/qml/doc/src/qtqml.qdoc | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'src/qml') diff --git a/src/qml/doc/src/cppintegration/topic.qdoc b/src/qml/doc/src/cppintegration/topic.qdoc index 123ab18779..14a27c9a3f 100644 --- a/src/qml/doc/src/cppintegration/topic.qdoc +++ b/src/qml/doc/src/cppintegration/topic.qdoc @@ -53,8 +53,11 @@ The \c QML_ELEMENT macro makes the BackEnd class available in QML. \li Add the following lines to your project file: -\snippet code/backend/backend.pro registration - +\badcode +CONFIG += qmltypes +QML_IMPORT_NAME = io.qt.examples.backend +QML_IMPORT_MAJOR_VERSION = 1 +\endcode The BackEnd class is automatically registered as a type, which is accessible from QML by importing the URL, "\c{io.qt.examples.backend 1.0}". diff --git a/src/qml/doc/src/qtqml.qdoc b/src/qml/doc/src/qtqml.qdoc index 23f4a81249..e1ff693195 100644 --- a/src/qml/doc/src/qtqml.qdoc +++ b/src/qml/doc/src/qtqml.qdoc @@ -75,7 +75,9 @@ See also the \l{Build with CMake} overview. To configure the module for building with qmake, add the module as a value of the QT variable in the project's .pro file: -\snippet code/doc_src_qtqml.pro 0 +\badcode +QT += qml +\endcode \section1 QML and QML Types -- cgit v1.2.3