Warning, /plasma/plasma5support/Plasma5SupportConfig.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}/Plasma5SupportTargets.cmake")
0006 @PACKAGE_INCLUDE_QCHTARGETS@
0007 
0008 set(Plasma5Support_INSTALL_PREFIX "@PACKAGE_CMAKE_INSTALL_PREFIX@")
0009 
0010 set(Plasma5Support_LIBRARIES Plasma::Plasma5Support)
0011 
0012 set(PLASMA5SUPPORT_DATAENGINES_PLUGINDIR ${KDE_INSTALL_PLUGINDIR}/plasma5support/dataengine)
0013 
0014 include(CMakeFindDependencyMacro)
0015 find_dependency(Qt6Gui "@QT_MIN_VERSION@")
0016 find_dependency(KF6CoreAddons "@KF6_MIN_VERSION@")
0017 find_dependency(KF6Service "@KF6_MIN_VERSION@")
0018 
0019 include("${CMAKE_CURRENT_LIST_DIR}/Plasma5SupportMacros.cmake")