make eglfs compile
Change-Id: I724b700ed87cbc5d69647032c0c9c8e7e1d82748 Reviewed-on: http://codereview.qt.nokia.com/2689 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>bb10
parent
5c435189d4
commit
a36f23292b
|
|
@ -21,7 +21,7 @@ HEADERS = qeglfsintegration.h \
|
|||
qeglfsbackingstore.h \
|
||||
qeglfsscreen.h
|
||||
|
||||
load(qpa/fontdatabases/genericunix)
|
||||
include(../../../platformsupport/fontdatabases/genericunix/genericunix.pri)
|
||||
|
||||
target.path += $$[QT_INSTALL_PLUGINS]/platforms
|
||||
INSTALLS += target
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ QPlatformFontDatabase *QEglFSIntegration::fontDatabase() const
|
|||
return mFontDb;
|
||||
}
|
||||
|
||||
QAbstractEventDispatcher *QEglFSIntegration::createEventDispatcher() const
|
||||
QAbstractEventDispatcher *QEglFSIntegration::guiThreadEventDispatcher() const
|
||||
{
|
||||
return createUnixEventDispatcher();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
QPlatformFontDatabase *fontDatabase() const;
|
||||
|
||||
QAbstractEventDispatcher *createEventDispatcher() const;
|
||||
QAbstractEventDispatcher *guiThreadEventDispatcher() const;
|
||||
|
||||
private:
|
||||
QPlatformFontDatabase *mFontDb;
|
||||
|
|
|
|||
Loading…
Reference in New Issue