summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2021-10-09 17:38:04 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-12 10:52:26 +0000
commite3ab70b4c1eae2946b56acc7216421f7ccd95480 (patch)
tree2bc9e381329073d5c68878b8cc225b361b4f1b9b
parentf7a1de43c74e088cec3b7df5b5be281b4c75dc40 (diff)
gui: Fix typo in CMake feature
Change-Id: Icf81eac4d12fb61bcec2ca92d118ce88f970522e Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> (cherry picked from commit 00ebab71d36cb65991e17daf2f1b6284d2c3c7a2) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/gui/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake
index c83a4c76a8..0bf250eab6 100644
--- a/src/gui/configure.cmake
+++ b/src/gui/configure.cmake
@@ -972,7 +972,7 @@ qt_feature_definition("cssparser" "QT_NO_CSSPARSER" NEGATE VALUE "1")
qt_feature("draganddrop" PUBLIC
SECTION "Kernel"
LABEL "Drag and Drop"
- PURPOSE "Supports the drag and drop mechansim."
+ PURPOSE "Supports the drag and drop mechanism."
CONDITION QT_FEATURE_imageformat_xpm
)
qt_feature_definition("draganddrop" "QT_NO_DRAGANDDROP" NEGATE VALUE "1")