2021-04-06 13:44:42 +02:00
|
|
|
# SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
|
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
2021-04-01 03:12:40 +02:00
|
|
|
@PACKAGE_INIT@
|
|
|
|
|
|
|
|
|
|
include(CMakeFindDependencyMacro)
|
2023-06-26 20:42:27 +02:00
|
|
|
find_dependency(Qt6Gui "@QT_MIN_VERSION@")
|
2021-04-01 03:12:40 +02:00
|
|
|
|
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")
|