Fix build.

This commit is contained in:
Roman Telezhynskyi 2023-08-10 18:46:41 +03:00
parent 479c7da4c1
commit 5d5ab508d4
3 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,10 @@
#include <QWidget> #include <QWidget>
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
#include "../vmisc/defglobal.h"
#endif
namespace Ui namespace Ui
{ {
class PreferencesPathPage; class PreferencesPathPage;

View File

@ -33,6 +33,7 @@
#include <QMetaType> #include <QMetaType>
#include <QPointF> #include <QPointF>
#include <QString> #include <QString>
#include <vector>
#if QT_VERSION < QT_VERSION_CHECK(5, 13, 0) #if QT_VERSION < QT_VERSION_CHECK(5, 13, 0)
#include "../defglobal.h" #include "../defglobal.h"

View File

@ -30,6 +30,7 @@
#include "../vmisc/svgfont/vsvgpathtokenizer.h" #include "../vmisc/svgfont/vsvgpathtokenizer.h"
#include "def.h" #include "def.h"
#include <QList>
#include <QtTest> #include <QtTest>
namespace namespace