layer-shell-qt/LayerShellQtConfig.cmake.in
Vlad Zahorodnii 8c39cad0ba Bump to Qt6
2021-11-13 12:11:48 +02:00

10 lines
267 B
CMake

# SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(Qt6Gui "@QT_MIN_VERSION@")
include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")