Compile fixes.

This commit is contained in:
Samuel Rødal 2011-06-20 12:32:49 +02:00
parent 4581a9999e
commit 891a86f0f3
6 changed files with 7 additions and 6 deletions

View File

@ -62,6 +62,7 @@ class QPlatformNativeInterface;
class QPlatformPrinterSupport;
class QPlatformDrag;
class QPlatformGLContext;
class QGuiGLFormat;
class Q_GUI_EXPORT QPlatformIntegration
{

View File

@ -41,7 +41,7 @@
#include "qwaylandreadbackeglcontext.h"
#include "../../../eglconvenience/qeglconvenience.h"
#include <QPlatformSupport/eglconvenience/qeglconvenience_p.h>
#include <QtCore/QDebug>
#include <QtGui/QWindowContext>

View File

@ -46,7 +46,7 @@
#include <QtCore/QDebug>
#include <QtGui/QRegion>
#include "QtPlatformSupport/private/qeglconvenience_p.h"
#include <QtPlatformSupport/private/qeglconvenience_p.h>
QWaylandXCompositeEGLSurface::QWaylandXCompositeEGLSurface(QWaylandXCompositeEGLWindow *window)
: QEGLSurface(window->eglSurface(), window->window()->glFormat())

View File

@ -46,7 +46,7 @@
#include "qwaylandxcompositeeglintegration.h"
#include "qeglplatformcontext.h"
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
class QWaylandXCompositeEGLWindow;

View File

@ -42,10 +42,10 @@
#include "qwaylandxcompositeeglwindow.h"
#include "qwaylandxcompositebuffer.h"
#include "qeglconvenience.h"
#include <QtPlatformSupport/private/qeglconvenience_p.h>
#include <QtPlatformSupport/private/qxlibeglintegration_p.h>
#include "wayland-xcomposite-client-protocol.h"
#include "qxlibeglintegration.h"
#include <X11/extensions/Xcomposite.h>

View File

@ -66,7 +66,7 @@
#if defined(XCB_USE_GLX)
#include "qglxintegration.h"
#elif defined(XCB_USE_EGL)
#include "../eglconvenience/qeglplatformcontext.h"
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
#endif
QXcbIntegration::QXcbIntegration()