Fix typos in qt_internal_add_plugin in the TEST_PLUGIN related warning

Amends 40def717978f832027542dad507e7873ccc0e1f6

Pick-to: 6.9
Change-Id: I807b1b7db8c2d473355759c1db12cc2a9ead802d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Alexey Edelev 2025-04-28 16:24:02 +02:00
parent 7491628061
commit d60930be38

View File

@ -383,8 +383,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()