From 814587f3cc43cf0e2340c3efdbb217e1911193f4 Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Mon, 28 Apr 2025 16:24:02 +0200 Subject: [PATCH] Fix typos in qt_internal_add_plugin in the TEST_PLUGIN related warning Amends 40def717978f832027542dad507e7873ccc0e1f6 Change-Id: I807b1b7db8c2d473355759c1db12cc2a9ead802d Reviewed-by: Alexandru Croitor (cherry picked from commit d60930be3896a400832d7b9daa99086b0660c5ea) Reviewed-by: Qt Cherry-pick Bot --- cmake/QtPluginHelpers.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/QtPluginHelpers.cmake b/cmake/QtPluginHelpers.cmake index 54a4f80d79b..ec6c09cc7e4 100644 --- a/cmake/QtPluginHelpers.cmake +++ b/cmake/QtPluginHelpers.cmake @@ -376,8 +376,8 @@ function(qt_internal_add_plugin target) # when building standalone tests. if(QT_INTERNAL_CONFIGURING_TESTS OR arg_TEST_PLUGIN) if(NOT arg_TEST_PLUGIN) - message(WARNING "The installable test plugin ${target} is built as part of test" - " suite, but is not marked as TEST_PLUGIN using the repsective argument." + message(WARNING "The installable test plugin ${target} is built as part of a test" + " suite, but is not marked as TEST_PLUGIN using the respective argument." "\nThis warning will soon become an error." ) endif()