summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Sørvig <morten.sorvig@qt.io>2024-03-14 11:24:29 +0100
committerMorten Sørvig <morten.sorvig@qt.io>2024-03-15 13:04:11 +0100
commit61ccd77cfeed81d396448c6aa42fe654c1a01ecd (patch)
treeaa54ae512b03958d1140231c44664cd2de42d2ee /doc
parent4114011fd9924fde653dab6250e73a6b4c2b7941 (diff)
Fix QT_BUILD_EXAMPLES_BY_DEFAULT sample code
The example was still using QT_NO_MAKE_EXAMPLES, which has been renamed. Change-Id: I1facf918391059a0b110e54f45ab829fbb34c4ca Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/configure.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/configure.qdoc b/doc/src/configure.qdoc
index 140fc91dc..097d99581 100644
--- a/doc/src/configure.qdoc
+++ b/doc/src/configure.qdoc
@@ -89,7 +89,7 @@
\l{Getting Started Programming with Qt Widgets}{NotePad Example}:
\badcode
- ~/qt-source/configure -make examples -- -D QT_NO_MAKE_EXAMPLES=ON
+ ~/qt-source/configure -make examples -- -D QT_BUILD_EXAMPLES_BY_DEFAULT=OFF
cmake --build . --parallel
cmake --build . --parallel --target notepad
\endcode