aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-07 10:09:59 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2022-07-07 11:21:13 +0200
commita245ed9f6080c6a84328517b02a97cc5f895f5a2 (patch)
tree6c71b1ed48adb5cb9757002e3a89a187151c7bd9 /sources
parent8e1769f7df1717efb94cca2d13e7771337339aae (diff)
Fix Typo : PySide Debugging Tutorial
- CMAKE_BUILD_TYPE instead of MCAKE_BUILD_TYPE Pick-to: 6.2 6.3 Change-Id: I542d3828c6b2dad3fa5f48dbedfecf37910fcae8 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources')
-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 .