summaryrefslogtreecommitdiffstats
path: root/cmake/QtNoLinkTargetHelpers.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtNoLinkTargetHelpers.cmake')
-rw-r--r--cmake/QtNoLinkTargetHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtNoLinkTargetHelpers.cmake b/cmake/QtNoLinkTargetHelpers.cmake
index debf1eb3cd..260378c8a5 100644
--- a/cmake/QtNoLinkTargetHelpers.cmake
+++ b/cmake/QtNoLinkTargetHelpers.cmake
@@ -26,7 +26,7 @@ function(qt_create_nolink_target target dependee_target)
add_library("${nolink_target}" INTERFACE)
set(prefixed_nolink_target "${target}_nolink")
- # Whe configuring an example with qmake, if QtGui is built with Vulkan support but the
+ # When configuring an example with qmake, if QtGui is built with Vulkan support but the
# user's machine where Qt is installed doesn't have Vulkan, qmake doesn't fail saying
# that vulkan is not installed. Instead it silently configures and just doesn't add
# the include headers.