Fix typos in qt_internal_add_plugin in the TEST_PLUGIN related warning
Amends 40def717978f832027542dad507e7873ccc0e1f6 Change-Id: I807b1b7db8c2d473355759c1db12cc2a9ead802d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit d60930be3896a400832d7b9daa99086b0660c5ea) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
e9216d9826
commit
814587f3cc
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user