1
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:
nowrep 2013-07-08 00:16:02 +02:00
parent 7e00f73daf
commit e690dbdd2c

View File

@ -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>