Add missing argument to list(APPEND in __qt_internal_get_tool_imported_location

Amends f9e48854af4a25f13f593dd151071c8eda53b65f

Change-Id: Iea525c70cca9873c0f3d96967af6cd95d57cac9b
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 4d7ba44e4da94497231ebded59b1564597857eed)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2022-06-17 11:19:54 +02:00 committed by Qt Cherry-pick Bot
parent 18e83ffe84
commit f0a24e9825

View File

@ -22,7 +22,7 @@ function(__qt_internal_get_tool_imported_location out_var tool)
get_target_property(configs ${target} IMPORTED_CONFIGURATIONS)
list(TRANSFORM configs PREPEND _)
# Well-known configuration types
list(APPEND
list(APPEND configs
_RELWITHDEBINFO
_RELEASE
_MINSIZEREL