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
Gunnar Sletta 2011-08-05 13:35:57 +02:00 committed by Samuel Rødal
parent 5c435189d4
commit a36f23292b
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -101,7 +101,7 @@ QPlatformFontDatabase *QEglFSIntegration::fontDatabase() const
return mFontDb;
}
QAbstractEventDispatcher *QEglFSIntegration::createEventDispatcher() const
QAbstractEventDispatcher *QEglFSIntegration::guiThreadEventDispatcher() const
{
return createUnixEventDispatcher();
}

View File

@ -64,7 +64,7 @@ public:
QPlatformFontDatabase *fontDatabase() const;
QAbstractEventDispatcher *createEventDispatcher() const;
QAbstractEventDispatcher *guiThreadEventDispatcher() const;
private:
QPlatformFontDatabase *mFontDb;