summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-01-30 09:31:49 +0100
committerKai Köhne <kai.koehne@qt.io>2023-01-31 00:20:32 +0100
commitd1a92a8f2d28ce7b4eda78eea778cff648eb6671 (patch)
tree999f100776e089759c98be9c581b26e199e90038 /src/corelib/doc
parentb36f126668f5d7c0ac58f2d058861680df176ca2 (diff)
Doc: Fix spelling of QT_TARGETS_FOLDER
Pick-to: 6.5 Change-Id: Ibbbf5629893e7f6b3e4f8dbea7d42deb388c8861 Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc b/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc
index 7268bd5f70..0b386b6c42 100644
--- a/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc
+++ b/src/corelib/doc/src/cmake/qt_standard_project_setup.qdoc
@@ -45,7 +45,7 @@ have been defined. It does the following things:
\c{${CMAKE_CURRENT_BINARY_DIR}}.
\li When target platforms other than Apple or Windows, \c{CMAKE_INSTALL_RPATH}
will be augmented as described below.
-\li CMake's \l USE_FOLDERS property is set to \c{ON}, and \l QT_TARGET_FOLDER is
+\li CMake's \l USE_FOLDERS property is set to \c{ON}, and \l QT_TARGETS_FOLDER is
set to \c{QtInternalTargets}. IDEs that support folders will display
Qt-internal targets in this folder.
\endlist