From e2b730b3b28bc749bd76cd1a319d5d1b54f580aa Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Feb 2020 08:40:54 +0530 Subject: [PATCH] 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 --- setup/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/build.py b/setup/build.py index 22c8dbb288..5dd400793a 100644 --- a/setup/build.py +++ b/setup/build.py @@ -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