Warning, /plasma/kdecoration/KDecoration2Config.cmake.in is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 include(CMakeFindDependencyMacro)
0004 find_dependency(Qt6Gui @QT_MIN_VERSION@)
0005 
0006 set(KDECORATION_PLUGIN_DIR "org.kde.kdecoration2")
0007 set(KDECORATION_KCM_PLUGIN_DIR "org.kde.kdecoration2.kcm")
0008 
0009 include("${CMAKE_CURRENT_LIST_DIR}/KDecoration2Targets.cmake")
0010