Warning, /frameworks/ki18n/KF5I18nConfig.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 # This is no longer used by the macros, but we should keep it in case
0007 # something else is using it.
0008 set(KI18N_MODULE_DIR "${CMAKE_CURRENT_LIST_DIR}")
0009 
0010 include("${CMAKE_CURRENT_LIST_DIR}/KF5I18nTargets.cmake")
0011 @PACKAGE_INCLUDE_QCHTARGETS@
0012 include("${CMAKE_CURRENT_LIST_DIR}/KF5I18nMacros.cmake")
0013