Add the missing installation and inclusion of qt base CMake properties

The file was missing from both installation and inclusion.

Pick-to: 6.7 6.5
Change-Id: I3e904071cc28f674750aca38050fbe89d75a585d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 084911a67bde29e49bcb001d593e96fca7836142)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
Alexey Edelev 2024-07-01 16:51:26 +02:00 committed by Qt Cherry-pick Bot
parent cfb16f48f0
commit 267a559fa5
1 changed files with 7 additions and 0 deletions

View File

@ -71,6 +71,10 @@ macro(qt_internal_include_qt_platform_android)
endif()
endmacro()
macro(qt_internal_include_qt_properties)
include(QtProperties)
endmacro()
macro(qt_internal_set_compiler_optimization_flags)
include(QtCompilerOptimization)
endmacro()
@ -192,6 +196,7 @@ function(qt_internal_get_qt_build_private_helpers out_var)
QtPrecompiledHeadersHelpers
QtPriHelpers
QtPrlHelpers
QtProperties
QtQmakeHelpers
QtResourceHelpers
QtRpathHelpers
@ -421,6 +426,8 @@ macro(qt_internal_setup_build_and_global_variables)
qt_internal_include_qt_platform_android()
qt_internal_include_qt_properties()
# Depends on qt_internal_setup_default_install_prefix
qt_internal_setup_paths_and_prefixes()