mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
05a12c9b44
commit
e2b730b3b2
@ -413,7 +413,7 @@ class Build(Command):
|
|||||||
greaterThan(QT_MAJOR_VERSION, 5)|greaterThan(QT_MINOR_VERSION, 7): {{
|
greaterThan(QT_MAJOR_VERSION, 5)|greaterThan(QT_MINOR_VERSION, 7): {{
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
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 {{
|
}} else {{
|
||||||
load(qt_plugin)
|
load(qt_plugin)
|
||||||
QT += platformsupport-private
|
QT += platformsupport-private
|
||||||
|
Loading…
x
Reference in New Issue
Block a user