Skip to content

Commit

Permalink
Fixes build with Qt 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentRevest committed Feb 27, 2017
1 parent e09ad7e commit 2356f48
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion hwcomposer/hwcomposer.pro
Expand Up @@ -28,7 +28,7 @@ SOURCES += hwcomposer_backend_v11.cpp
HEADERS += hwcomposer_backend_v11.h


QT += core-private waylandcompositor-private gui-private platformsupport-private sensors
QT += core-private waylandcompositor-private gui-private egl_support-private fontdatabase_support-private theme_support-private eventdispatcher_support-private sensors

DEFINES += QEGL_EXTRA_DEBUG
CONFIG += egl qpa/genericunixfontdatabase
Expand Down
2 changes: 1 addition & 1 deletion hwcomposer/hwcomposer_context.h
Expand Up @@ -52,7 +52,7 @@
#include <QtGui/QSurfaceFormat>
#include <QtGui/QImage>
#include <EGL/egl.h>
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
#include <QtEglSupport/private/qeglplatformcontext_p.h>

QT_BEGIN_NAMESPACE

Expand Down
2 changes: 1 addition & 1 deletion hwcomposer/qeglfscontext.cpp
Expand Up @@ -42,7 +42,7 @@
#include "qeglfscontext.h"
#include "qeglfswindow.h"
#include "qeglfsintegration.h"
#include <QtPlatformSupport/private/qeglpbuffer_p.h>
#include <QtEglSupport/private/qeglpbuffer_p.h>
#include <QtGui/QSurface>
#include <QtDebug>

Expand Down
4 changes: 2 additions & 2 deletions hwcomposer/qeglfscontext.h
Expand Up @@ -42,8 +42,8 @@
#ifndef QEGLFSCONTEXT_H
#define QEGLFSCONTEXT_H

#include <QtPlatformSupport/private/qeglconvenience_p.h>
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
#include <QtEglSupport/private/qeglconvenience_p.h>
#include <QtEglSupport/private/qeglplatformcontext_p.h>

#include "hwcomposer_context.h"

Expand Down
12 changes: 6 additions & 6 deletions hwcomposer/qeglfsintegration.cpp
Expand Up @@ -46,12 +46,12 @@

#include <QtGui/private/qguiapplication_p.h>

#include <QtPlatformSupport/private/qgenericunixfontdatabase_p.h>
#include <QtPlatformSupport/private/qgenericunixeventdispatcher_p.h>
#include <QtPlatformSupport/private/qgenericunixthemes_p.h>
#include <QtPlatformSupport/private/qeglconvenience_p.h>
#include <QtPlatformSupport/private/qeglplatformcontext_p.h>
#include <QtPlatformSupport/private/qeglpbuffer_p.h>
#include <QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h>
#include <QtEventDispatcherSupport/private/qgenericunixeventdispatcher_p.h>
#include <QtThemeSupport/private/qgenericunixthemes_p.h>
#include <QtEglSupport/private/qeglconvenience_p.h>
#include <QtEglSupport/private/qeglplatformcontext_p.h>
#include <QtEglSupport/private/qeglpbuffer_p.h>

#include <qpa/qplatformwindow.h>
#include <qpa/qplatformservices.h>
Expand Down
2 changes: 1 addition & 1 deletion hwcomposer/qeglfswindow.cpp
Expand Up @@ -42,7 +42,7 @@
#include "qeglfswindow.h"
#include <qpa/qwindowsysteminterface.h>

#include <QtPlatformSupport/private/qeglconvenience_p.h>
#include <QtEglSupport/private/qeglconvenience_p.h>

#include <QtDebug>

Expand Down

0 comments on commit 2356f48

Please sign in to comment.