Warning, /frameworks/kcodecs/KF5CodecsConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 include(CMakeFindDependencyMacro)
0004 find_dependency(Qt@QT_MAJOR_VERSION@Core @REQUIRED_QT_VERSION@)
0005 
0006 # Cannot use Qt6::Core5Compat as it won't be defined at the time this file is used
0007 if(TARGET Qt6::Core)
0008     find_dependency(Qt6Core5Compat @REQUIRED_QT_VERSION@)
0009 endif()
0010 
0011 
0012 include("${CMAKE_CURRENT_LIST_DIR}/KF5CodecsTargets.cmake")
0013 @PACKAGE_INCLUDE_QCHTARGETS@