Fix QtQuick build

src/ is no longer in the include path
This commit is contained in:
Sergio Martins
2020-10-28 22:15:32 +00:00
parent ea382dcc17
commit c6c1fe79c3
12 changed files with 26 additions and 14 deletions

View File

@@ -9,4 +9,4 @@
Contact KDAB at <info@kdab.com> for commercial licensing options.
*/
#include "../../../private/DragRegistry_p.h"
#include "../../DockWidgetQuick.h"

View File

@@ -0,0 +1,12 @@
/*
This file is part of KDDockWidgets.
SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
Author: Sergio Martins <sergio.martins@kdab.com>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
Contact KDAB at <info@kdab.com> for commercial licensing options.
*/
#include "../../../private/DockRegistry_p.h"