Warning, /frameworks/krunner/KF6RunnerConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: Friedrich W. H. Kossebau <kossebau@kde.org>
0002 # SPDX-FileCopyrightText: Aleix Pol <aleixpol@kde.org>
0003 # SPDX-License-Identifier: BSD-2-Clause
0004 
0005 @PACKAGE_INIT@
0006 
0007 include(CMakeFindDependencyMacro)
0008 find_dependency(Qt6 @REQUIRED_QT_VERSION@ CONFIG REQUIRED Core)
0009 find_dependency(KF6CoreAddons "@KF_DEP_VERSION@") # KPluginFactory
0010 
0011 @PACKAGE_SETUP_AUTOMOC_VARIABLES@
0012 
0013 include("${CMAKE_CURRENT_LIST_DIR}/KF6RunnerTargets.cmake")
0014 include("${CMAKE_CURRENT_LIST_DIR}/KF6KRunnerMacros.cmake")
0015 @PACKAGE_INCLUDE_QCHTARGETS@