Fix building of headless on macOS

Apparently we can link against both themesuport private and font
database private as they both contain the same symbol
This commit is contained in:
Kovid Goyal 2020-02-04 08:40:54 +05:30
parent 05a12c9b44
commit e2b730b3b2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -413,7 +413,7 @@ class Build(Command):
greaterThan(QT_MAJOR_VERSION, 5)|greaterThan(QT_MINOR_VERSION, 7): {{
TEMPLATE = lib
CONFIG += plugin
QT += theme_support-private fontdatabase_support_private service_support_private eventdispatcher_support_private
QT += fontdatabase_support_private service_support_private eventdispatcher_support_private
}} else {{
load(qt_plugin)
QT += platformsupport-private