2022-07-13 15:44:55 +00:00
|
|
|
set(@INSTALL_CMAKE_NAMESPACE@_FOUND FALSE)
|
2020-09-14 07:06:58 +00:00
|
|
|
|
2022-07-18 12:14:41 +00:00
|
|
|
set(__qt_platform_requires_host_info_package "@platform_requires_host_info_package@")
|
2022-07-18 14:09:30 +00:00
|
|
|
set(__qt_platform_initial_qt_host_path "@qt_host_path_absolute@")
|
|
|
|
set(__qt_platform_initial_qt_host_path_cmake_dir "@qt_host_path_cmake_dir_absolute@")
|
|
|
|
|
|
|
|
_qt_internal_setup_qt_host_path(
|
|
|
|
"${__qt_platform_requires_host_info_package}"
|
|
|
|
"${__qt_platform_initial_qt_host_path}"
|
|
|
|
"${__qt_platform_initial_qt_host_path_cmake_dir}")
|
2022-07-18 12:14:41 +00:00
|
|
|
_qt_internal_find_host_info_package(${__qt_platform_requires_host_info_package})
|
2022-07-15 16:14:20 +00:00
|
|
|
|
2020-09-14 07:37:03 +00:00
|
|
|
# note: _third_party_deps example: "ICU\\;FALSE\\;1.0\\;i18n uc data;ZLIB\\;FALSE\\;\\;"
|
2021-07-23 07:37:14 +00:00
|
|
|
set(__qt_third_party_deps "@third_party_deps@")
|
2020-08-03 14:28:16 +00:00
|
|
|
|
|
|
|
@third_party_extra@
|
|
|
|
|
2022-07-13 16:51:00 +00:00
|
|
|
# Don't propagate REQUIRED so we don't immediately FATAL_ERROR, rather let the find_dependency calls
|
|
|
|
# set _NOT_FOUND_MESSAGE which will be displayed by the includer of the Dependencies file.
|
|
|
|
set(${CMAKE_FIND_PACKAGE_NAME}_FIND_REQUIRED FALSE)
|
|
|
|
|
2022-07-14 13:28:12 +00:00
|
|
|
_qt_internal_find_third_party_dependencies(@INSTALL_CMAKE_NAMESPACE@ __qt_third_party_deps)
|
2020-08-03 14:28:16 +00:00
|
|
|
|
2022-07-13 15:44:55 +00:00
|
|
|
set(@INSTALL_CMAKE_NAMESPACE@_FOUND TRUE)
|