@PACKAGE_INIT@ include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") include(CMakeFindDependencyMacro) find_dependency(Qt6 REQUIRED COMPONENTS Core Widgets Svg) check_required_components(@PROJECT_NAME@)