Fix compilation on Harmattan
Improved fix from e327401743dba9112faca77fd764869709ae4367 to add the necessary includes in the header file, where the types are also needed. The same header file is also included from the xcb plugin. Change-Id: I52a891be1ecc67d49a088a4db698270a06db6b54 Reviewed-on: http://codereview.qt-project.org/5932 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
This commit is contained in:
parent
ab247307af
commit
5aaedccc43
@ -39,9 +39,6 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include "qxlibeglintegration_p.h"
|
||||
|
||||
static int countBits(unsigned long mask)
|
||||
|
@ -43,6 +43,9 @@
|
||||
#define QTESTLITEEGLINTEGRATION_H
|
||||
|
||||
#include "qeglconvenience_p.h"
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
|
||||
class QXlibEglIntegration
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user