Fix QtPlatformSupport when compiling with glx and xcb

This commit is contained in:
Jørgen Lind 2011-06-10 10:16:18 +02:00
parent dfd07cb247
commit f30b8b96b8
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
#include <QtGui/QGuiGLContext> #include <QtGui/QGuiGLContext>
#include "qglxintegration.h" #include "qglxintegration.h"
#include "qglxconvenience.h" #include <QtPlatformSupport/private/qglxconvenience_p.h>
#if defined(Q_OS_LINUX) || defined(Q_OS_BSD4) #if defined(Q_OS_LINUX) || defined(Q_OS_BSD4)
#include <dlfcn.h> #include <dlfcn.h>

View File

@ -68,8 +68,8 @@
#endif #endif
#if defined(XCB_USE_GLX) #if defined(XCB_USE_GLX)
#include <QtPlatformSupport/private/glxintegration_p.h> #include "qglxintegration.h"
#include <QtPlatformSupport/private/glxconvenience_p.h> #include <QtPlatformSupport/private/qglxconvenience_p.h>
#elif defined(XCB_USE_EGL) #elif defined(XCB_USE_EGL)
#include <QtPlatformSupport/private/qeglplatformcontext_p.h> #include <QtPlatformSupport/private/qeglplatformcontext_p.h>
#include <QtPlatformSupport/private/qeglconvenience_p.h> #include <QtPlatformSupport/private/qeglconvenience_p.h>