# SPDX-FileCopyrightText: 2019 David Edmundson # SPDX-License-Identifier: BSD-2-Clause @PACKAGE_INIT@ include(CMakeFindDependencyMacro) find_dependency(Qt6Core @REQUIRED_QT_VERSION@) # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file. @PACKAGE_INCLUDE_QCHTARGETS@ include("${CMAKE_CURRENT_LIST_DIR}/KirigamiAddonsTargets.cmake")