Fix compatibility with < Qt 5.13.

This commit is contained in:
Roman Telezhynskyi 2023-08-10 15:45:27 +03:00
parent 0e70c799c4
commit 639daa9c4f
2 changed files with 8 additions and 0 deletions

View file

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

View file

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