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:
parent
7491628061
commit
d60930be38
@ -383,8 +383,8 @@ function(qt_internal_add_plugin target)
|
|||||||
# when building standalone tests.
|
# when building standalone tests.
|
||||||
if(QT_INTERNAL_CONFIGURING_TESTS OR arg_TEST_PLUGIN)
|
if(QT_INTERNAL_CONFIGURING_TESTS OR arg_TEST_PLUGIN)
|
||||||
if(NOT arg_TEST_PLUGIN)
|
if(NOT arg_TEST_PLUGIN)
|
||||||
message(WARNING "The installable test plugin ${target} is built as part of test"
|
message(WARNING "The installable test plugin ${target} is built as part of a test"
|
||||||
" suite, but is not marked as TEST_PLUGIN using the repsective argument."
|
" suite, but is not marked as TEST_PLUGIN using the respective argument."
|
||||||
"\nThis warning will soon become an error."
|
"\nThis warning will soon become an error."
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user