main: Allow building without QtX11Info
Seems some of it is in QtGui/private. Signed-off-by: Falko Becker <falko.becker@mbition.io>
This commit is contained in:
parent
99ca6c03d6
commit
4e1422826f
1 changed files with 2 additions and 0 deletions
|
@ -54,7 +54,9 @@
|
||||||
// Qt
|
// Qt
|
||||||
#include <QCommandLineParser>
|
#include <QCommandLineParser>
|
||||||
#include <QQuickWindow>
|
#include <QQuickWindow>
|
||||||
|
#if KWIN_BUILD_X11
|
||||||
#include <private/qtx11extras_p.h>
|
#include <private/qtx11extras_p.h>
|
||||||
|
#endif
|
||||||
#include <qplatformdefs.h>
|
#include <qplatformdefs.h>
|
||||||
|
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
|
Loading…
Reference in a new issue