From 00ebab71d36cb65991e17daf2f1b6284d2c3c7a2 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 9 Oct 2021 17:38:04 +0200 Subject: [PATCH] gui: Fix typo in CMake feature Pick-to: 6.2 Change-Id: Icf81eac4d12fb61bcec2ca92d118ce88f970522e Reviewed-by: Giuseppe D'Angelo --- src/gui/configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake index 479a2a09d9..7bbb3040b1 100644 --- a/src/gui/configure.cmake +++ b/src/gui/configure.cmake @@ -993,7 +993,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")