Fix build without find_package()

Some of our projects have kddockwidgets directly in their build
This commit is contained in:
Sergio Martins
2019-10-21 14:30:04 +01:00
parent de42a4a33c
commit 38949fac2a
4 changed files with 4 additions and 4 deletions

View File

@@ -32,12 +32,12 @@
#ifndef KD_MULTISPLITTER_LAYOUT_P_H
#define KD_MULTISPLITTER_LAYOUT_P_H
#include "../Frame_p.h"
#include "Anchor_p.h"
#include "AnchorGroup_p.h"
#include "docks_export.h"
#include "KDDockWidgets.h"
#include "Item_p.h"
#include "Frame_p.h"
#include "LayoutSaver_p.h"
#include <QPointer>