aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-07 10:09:59 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-07-07 11:01:14 +0000
commit0f271967b8e52a416489d26032af227dedea2c10 (patch)
tree4f6b31150f564498113a381a471a23e31e2bdd3e
parent21566dbc9a84f2643c258d4648f2183685271d0d (diff)
Fix Typo : PySide Debugging Tutorial
- CMAKE_BUILD_TYPE instead of MCAKE_BUILD_TYPE Change-Id: I542d3828c6b2dad3fa5f48dbedfecf37910fcae8 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit a245ed9f6080c6a84328517b02a97cc5f895f5a2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
index 82b34d919..1dff84ac4 100644
--- a/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
+++ b/sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
@@ -74,7 +74,7 @@ Find the build system information `Qt 6 Build System
.. code-block:: bash
- cmake -GNinja -DMCAKE_BUILD_TYPE=Debug \
+ cmake -GNinja -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=/path/to/install/Qt -DBUILD_qtwebengine=OFF ..
cmake --build . --parallel
cmake --install .