summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-05-18 22:28:59 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-05-19 13:27:21 +0200
commita12d28f46765bd90a040a297ef50ce4d09d9ab64 (patch)
treefe4bfa51036c33b06535da13e82041f51f1ec8cb /cmake
parent3434e15ebd72a7ec96cbe5d5bbf951421c778dae (diff)
CMake: Fix reading of INTERFACE_* properties in pri file generation
Change-Id: I3d1b1910239ada44d393f8c2c8803f33f7b64189 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBuild.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index 2be45f9777..a2c8c7b766 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -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}"