diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 90381638..3b5d8c6f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -116,6 +116,7 @@ set(DOCKS_INSTALLABLE_PRIVATE_INCLUDES private/DragController_p.h private/Draggable_p.h private/DropArea_p.h + private/DropAreaWithCentralFrame_p.h private/DropIndicatorOverlayInterface_p.h private/FloatingWindow_p.h private/Frame_p.h diff --git a/src/fwd_headers/kddockwidgets/private/DropAreaWithCentralFrame_p.h b/src/fwd_headers/kddockwidgets/private/DropAreaWithCentralFrame_p.h new file mode 100644 index 00000000..323e422f --- /dev/null +++ b/src/fwd_headers/kddockwidgets/private/DropAreaWithCentralFrame_p.h @@ -0,0 +1,12 @@ +/* + This file is part of KDDockWidgets. + + SPDX-FileCopyrightText: 2020-2022 Klarälvdalens Datakonsult AB, a KDAB Group company + Author: Sergio Martins + + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only + + Contact KDAB at for commercial licensing options. +*/ + +#include "../../../private/DropAreaWithCentralFrame_p.h"