Warning, /frameworks/kquickcharts/KF5QuickChartsConfig.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 find_dependency(ECM @KF_DEP_VERSION@)
0007 include(${ECM_MODULE_DIR}/ECMFindQmlModule.cmake)
0008 
0009 ecm_find_qmlmodule(org.kde.quickcharts 1.0)
0010 
0011 @PACKAGE_INCLUDE_QCHTARGETS@