From 6be9830d865be32f224e15d13ddefd9c7e176553 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 12 Jun 2020 07:38:54 +0200 Subject: Move Unix font databases into QtGui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-83255 Change-Id: Id85a1e0f3de371951783fe97485158c4a02e1f15 Reviewed-by: Tor Arne Vestbø --- src/plugins/platforms/openwfd/openwf.pro | 3 +-- src/plugins/platforms/openwfd/qopenwfdintegration.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'src/plugins/platforms/openwfd') 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 #include -#include +#include #include -- cgit v1.2.3