Warning, /libraries/kirigami-addons/KFKirigamiAddonsConfig.cmake.in is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2019 David Edmundson <kde@davidedmundson.co.uk> 0002 # SPDX-License-Identifier: BSD-2-Clause 0003 0004 @PACKAGE_INIT@ 0005 0006 include(CMakeFindDependencyMacro) 0007 find_dependency(Qt@QT_MAJOR_VERSION@Core @REQUIRED_QT_VERSION@) 0008 0009 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file. 0010 0011 @PACKAGE_INCLUDE_QCHTARGETS@