Warning, /frameworks/kirigami/src/platform/KF6KirigamiPlatformConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 include(CMakeFindDependencyMacro)
0004 find_dependency(Qt6Core @REQUIRED_QT_VERSION@)
0005 find_dependency(Qt6Qml @REQUIRED_QT_VERSION@)
0006 find_dependency(Qt6Quick @REQUIRED_QT_VERSION@)
0007 
0008 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
0009 
0010 include("${CMAKE_CURRENT_LIST_DIR}/KF6KirigamiPlatformTargets.cmake")
0011 
0012 set(KirigamiPlatform_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
0013 
0014 @PACKAGE_INCLUDE_QCHTARGETS@