Fix macos build.
This commit is contained in:
parent
9f04687cbe
commit
c3e38be49b
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@
|
|||
|
||||
#if QT_VERSION >= 0x050E00 // Qt >= 5.14.0
|
||||
#include <QScreen>
|
||||
#else
|
||||
#include <QDesktopWidget>
|
||||
#endif
|
||||
|
||||
FormMain::FormMain(QWidget* parent, Qt::WindowFlags f)
|
||||
|
|
Loading…
Add table
Reference in a new issue