# # This file is part of KDDockWidgets. # # SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Jean-Michaël Celerier # # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only # # Contact KDAB at for commercial licensing options. # include(CMakeFindDependencyMacro) find_dependency(Qt5Widgets REQUIRED) if (@OPTION_QTQUICK@) find_dependency(Qt5Quick REQUIRED) endif() if (NOT WIN32 AND NOT APPLE) find_dependency(Qt5X11Extras REQUIRED) endif() # Add the targets file include("${CMAKE_CURRENT_LIST_DIR}/KDDockWidgetsTargets.cmake")