summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-10-03 16:46:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-03 17:25:57 +0200
commit68da9153731a931a395d30255823b180e1730275 (patch)
tree4037766c0617f535e12ac58fb467eb7a208c6fe4 /src/plugins/platforms/eglfs
parent5aaedccc437192206624102e3020cb86cf51afc7 (diff)
[fontdatabase] Use the CONFIG += qpa/genericunixfontdatabase
Late follow up of fc9a648dc03ec4531553bc3d65ae4dba3c5b5980 that tries to make plugins indifferent of where the source is located in relation to qtbase. Change-Id: I9a5944fe737056216c7174d8d9151c8d0e776a22 Merge-request: 64 Reviewed-on: http://codereview.qt-project.org/5933 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/platforms/eglfs')
-rw-r--r--src/plugins/platforms/eglfs/eglfs.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/eglfs.pro b/src/plugins/platforms/eglfs/eglfs.pro
index 73698322dd..8675dc164e 100644
--- a/src/plugins/platforms/eglfs/eglfs.pro
+++ b/src/plugins/platforms/eglfs/eglfs.pro
@@ -21,7 +21,7 @@ HEADERS = qeglfsintegration.h \
qeglfsbackingstore.h \
qeglfsscreen.h
-include(../../../platformsupport/fontdatabases/genericunix/genericunix.pri)
+CONFIG += qpa/genericunixfontdatabase
target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target