mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fix compile on non X11 platforms
This commit is contained in:
parent
7e00f73daf
commit
e690dbdd2c
|
@ -42,7 +42,7 @@
|
|||
#if QT_VERSION >= 0x050000
|
||||
#include <QUrlQuery>
|
||||
#include <qpa/qplatformnativeinterface.h>
|
||||
#elif !defined(NO_X11)
|
||||
#elif defined(QZ_WS_X11) && !defined(NO_X11)
|
||||
#include <QX11Info>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user