Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-staging: Prevent having Status undefined in xlib platform plug-in.
This commit is contained in:
commit
e35297e65d
@ -46,6 +46,9 @@
|
||||
#include <QtCore/QDataStream>
|
||||
#include <QtCore/QMetaType>
|
||||
#include <QtCore/QVariant>
|
||||
// qcoreapplication_p.h includes qsettings.h which undefines Status
|
||||
// therefore it is included here before the X stuff.
|
||||
#include <QtCore/private/qcoreapplication_p.h>
|
||||
|
||||
#if defined(_XLIB_H_) // crude hack, but...
|
||||
#error "cannot include <X11/Xlib.h> before this file"
|
||||
|
Loading…
Reference in New Issue
Block a user