CMake: Fix reading of INTERFACE_* properties in pri file generation
Change-Id: I3d1b1910239ada44d393f8c2c8803f33f7b64189 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
3434e15ebd
commit
a12d28f467
@ -698,7 +698,7 @@ function(qt_generate_module_pri_file target target_path config_module_name pri_f
|
||||
|
||||
set(property_prefix)
|
||||
if(arg_HEADER_MODULE)
|
||||
set(property_prefix "interface_")
|
||||
set(property_prefix "INTERFACE_")
|
||||
endif()
|
||||
|
||||
get_target_property(enabled_features "${target}"
|
||||
|
Loading…
Reference in New Issue
Block a user