# Copyright (C) 2024 The Qt Company Ltd. # SPDX-License-Identifier: BSD-3-Clause # Make sure Qt6 is found before anything else. set(Qt6EglFSDeviceIntegrationPrivate_FOUND FALSE) if("${_qt_cmake_dir}" STREQUAL "") set(_qt_cmake_dir "${QT_TOOLCHAIN_RELOCATABLE_CMAKE_DIR}") endif() set(__qt_use_no_default_path_for_qt_packages "NO_DEFAULT_PATH") if(QT_DISABLE_NO_DEFAULT_PATH_IN_QT_PACKAGES) set(__qt_use_no_default_path_for_qt_packages "") endif() # 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) if(NOT Qt6_FOUND) find_dependency(Qt6 6.8.2 PATHS ${QT_BUILD_CMAKE_PREFIX_PATH} "${CMAKE_CURRENT_LIST_DIR}/.." "${_qt_cmake_dir}" ${_qt_additional_packages_prefix_paths} ${__qt_use_no_default_path_for_qt_packages} ) endif() # note: _third_party_deps example: "ICU\\;FALSE\\;1.0\\;i18n uc data;ZLIB\\;FALSE\\;\\;" set(__qt_EglFSDeviceIntegrationPrivate_third_party_deps "EGL\;FALSE\;\;\;") set(__qt_EglFSDeviceIntegrationPrivate_third_party_package_EGL_provided_targets "EGL::EGL") _qt_internal_find_third_party_dependencies("EglFSDeviceIntegrationPrivate" __qt_EglFSDeviceIntegrationPrivate_third_party_deps) unset(__qt_EglFSDeviceIntegrationPrivate_third_party_deps) # Find Qt tool package. set(__qt_EglFSDeviceIntegrationPrivate_tool_deps "") _qt_internal_find_tool_dependencies("EglFSDeviceIntegrationPrivate" __qt_EglFSDeviceIntegrationPrivate_tool_deps) unset(__qt_EglFSDeviceIntegrationPrivate_tool_deps) # note: target_deps example: "Qt6Core\;5.12.0;Qt6Gui\;5.12.0" set(__qt_EglFSDeviceIntegrationPrivate_target_deps "Qt6Core\;6.8.2;Qt6DeviceDiscoverySupportPrivate\;6.8.2;Qt6FbSupportPrivate\;6.8.2;Qt6Gui\;6.8.2;Qt6InputSupportPrivate\;6.8.2;Qt6OpenGL\;6.8.2") set(__qt_EglFSDeviceIntegrationPrivate_find_dependency_paths "${CMAKE_CURRENT_LIST_DIR}/.." "${_qt_cmake_dir}") _qt_internal_find_qt_dependencies("EglFSDeviceIntegrationPrivate" __qt_EglFSDeviceIntegrationPrivate_target_deps __qt_EglFSDeviceIntegrationPrivate_find_dependency_paths) unset(__qt_EglFSDeviceIntegrationPrivate_target_deps) unset(__qt_EglFSDeviceIntegrationPrivate_find_dependency_paths) set(_Qt6EglFSDeviceIntegrationPrivate_MODULE_DEPENDENCIES "Core;DeviceDiscoverySupportPrivate;FbSupportPrivate;Gui;InputSupportPrivate;OpenGL") set(Qt6EglFSDeviceIntegrationPrivate_FOUND TRUE)