Warning, /frameworks/kconfig/KF5ConfigConfig.cmake.in is written in an unsupported language. File is not indexed.
0001 @PACKAGE_INIT@
0002
0003 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
0004
0005 include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigTargets.cmake")
0006 @PACKAGE_INCLUDE_QCHTARGETS@
0007
0008 include(CMakeFindDependencyMacro)
0009 find_dependency(Qt@QT_MAJOR_VERSION@Xml @REQUIRED_QT_VERSION@)
0010
0011 if(@KCONFIG_USE_DBUS@)
0012 find_dependency(Qt@QT_MAJOR_VERSION@DBus "@REQUIRED_QT_VERSION@")
0013 endif()
0014
0015 if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING)
0016 find_file(KCONFIGCOMPILER_PATH KF5Config/KF5ConfigCompilerTargets.cmake
0017 PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR}
0018 NO_DEFAULT_PATH
0019 NO_CMAKE_FIND_ROOT_PATH)
0020 include("${KCONFIGCOMPILER_PATH}")
0021 else()
0022 include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigCompilerTargets.cmake")
0023 endif()
0024 include("${CMAKE_CURRENT_LIST_DIR}/KF5ConfigMacros.cmake")