cmake: Remove private/ from our PRIVATE include path
Because some build systems don't support public/private includes, and would require us to add private/ to the public include path. This allows for an easier integration with some more exotic build systems
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
*/
|
||||
|
||||
#include "QWidgetAdapter.h"
|
||||
#include "FloatingWindow_p.h"
|
||||
#include "../FloatingWindow_p.h"
|
||||
#include "../Utils_p.h"
|
||||
#include "Qt5Qt6Compat_p.h"
|
||||
#include "Utils_p.h"
|
||||
|
||||
#include <QResizeEvent>
|
||||
#include <QMouseEvent>
|
||||
|
||||
Reference in New Issue
Block a user