Fix building user apps out of repo
Our example was being built as part of KDDW, so that worked fine. Now it can also be built with an installed KDDW. Problem was the folder hiearchy in the installed include dir didn't match the folder hiearchy in the source repo Fixes #62
This commit is contained in:
@@ -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/multisplitter/Widget_qwidget.h"
|
||||
Reference in New Issue
Block a user