summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/openwfd
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-12 07:38:54 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-15 11:34:26 +0200
commit6be9830d865be32f224e15d13ddefd9c7e176553 (patch)
tree8938ff202f53f3ad0f4e8facee84f0acdf9af093 /src/plugins/platforms/openwfd
parent927a82f5e0d0e8a174cbb027c58412e13f7067c5 (diff)
Move Unix font databases into QtGui
Task-number: QTBUG-83255 Change-Id: Id85a1e0f3de371951783fe97485158c4a02e1f15 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/plugins/platforms/openwfd')
-rw-r--r--src/plugins/platforms/openwfd/openwf.pro3
-rw-r--r--src/plugins/platforms/openwfd/qopenwfdintegration.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/platforms/openwfd/openwf.pro b/src/plugins/platforms/openwfd/openwf.pro
index fb77ae5d65..0c097f4676 100644
--- a/src/plugins/platforms/openwfd/openwf.pro
+++ b/src/plugins/platforms/openwfd/openwf.pro
@@ -1,8 +1,7 @@
TARGET = qopenwf
QT += \
- core-private gui-private \
- fontdatabase_support-private
+ core-private gui-private
HEADERS += \
qopenwfddevice.h \
diff --git a/src/plugins/platforms/openwfd/qopenwfdintegration.cpp b/src/plugins/platforms/openwfd/qopenwfdintegration.cpp
index ccbd3f5ec5..253bdf39e7 100644
--- a/src/plugins/platforms/openwfd/qopenwfdintegration.cpp
+++ b/src/plugins/platforms/openwfd/qopenwfdintegration.cpp
@@ -53,7 +53,7 @@
#include <qpa/qwindowsysteminterface.h>
#include <QtGui/private/qgenericunixeventdispatcher_p.h>
-#include <QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h>
+#include <QtGui/private/qgenericunixfontdatabase_p.h>
#include <stdio.h>