Fully qualify header paths when including controllers

so this still works when private headers are installed
This commit is contained in:
Sergio Martins
2022-06-13 23:24:43 +01:00
parent 44476789c2
commit a4d337e891
66 changed files with 158 additions and 158 deletions

View File

@@ -19,7 +19,7 @@
#ifndef KD_DOCKWIDGET_QUICK_H
#define KD_DOCKWIDGET_QUICK_H
#include "controllers/DockWidget.h"
#include "kddockwidgets/controllers/DockWidget.h"
#include "View_qtquick.h"
QT_BEGIN_NAMESPACE