Warning, /plasma/layer-shell-qt/LayerShellQtConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 @PACKAGE_INIT@
0005 
0006 include(CMakeFindDependencyMacro)
0007 find_dependency(Qt@QT_MAJOR_VERSION@Gui "@QT_MIN_VERSION@")
0008 
0009 include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")