quick: fix build error

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2022-12-28 11:22:40 +08:00
parent d4c087f627
commit a5586604e9
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#include "framelessquickhelper.h" #include "framelessquickhelper.h"
#include "quickwindowborder.h" #include "quickwindowborder.h"
#include <QtQuick/private/qquickitem_p.h> #include <QtQuick/private/qquickitem_p.h>
#ifdef Q_OS_WINDOWS
# include <framelesshelper_windows.h>
#endif // Q_OS_WINDOWS
FRAMELESSHELPER_BEGIN_NAMESPACE FRAMELESSHELPER_BEGIN_NAMESPACE

View File

@ -29,6 +29,9 @@
#include "framelessquickhelper.h" #include "framelessquickhelper.h"
#include "quickwindowborder.h" #include "quickwindowborder.h"
#include <QtQuick/private/qquickitem_p.h> #include <QtQuick/private/qquickitem_p.h>
#ifdef Q_OS_WINDOWS
# include <framelesshelper_windows.h>
#endif // Q_OS_WINDOWS
FRAMELESSHELPER_BEGIN_NAMESPACE FRAMELESSHELPER_BEGIN_NAMESPACE