aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qtqml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qtqml.qdoc')
-rw-r--r--src/qml/doc/src/qtqml.qdoc4
1 files changed, 3 insertions, 1 deletions
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