Skip to content

Commit 084911a

Browse files
committed
Add the missing installation and inclusion of qt base CMake properties
The file was missing from both installation and inclusion. Pick-to: 6.5 6.7 6.8 Change-Id: I3e904071cc28f674750aca38050fbe89d75a585d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
1 parent 3bfd1c4 commit 084911a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cmake/QtBuildHelpers.cmake

+7
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ macro(qt_internal_include_qt_platform_android)
7171
endif()
7272
endmacro()
7373

74+
macro(qt_internal_include_qt_properties)
75+
include(QtProperties)
76+
endmacro()
77+
7478
macro(qt_internal_set_compiler_optimization_flags)
7579
include(QtCompilerOptimization)
7680
endmacro()
@@ -192,6 +196,7 @@ function(qt_internal_get_qt_build_private_helpers out_var)
192196
QtPrecompiledHeadersHelpers
193197
QtPriHelpers
194198
QtPrlHelpers
199+
QtProperties
195200
QtQmakeHelpers
196201
QtResourceHelpers
197202
QtRpathHelpers
@@ -421,6 +426,8 @@ macro(qt_internal_setup_build_and_global_variables)
421426

422427
qt_internal_include_qt_platform_android()
423428

429+
qt_internal_include_qt_properties()
430+
424431
# Depends on qt_internal_setup_default_install_prefix
425432
qt_internal_setup_paths_and_prefixes()
426433

0 commit comments

Comments
 (0)