mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 05:33:45 +02:00
More Qt 5.8 fixes
This commit is contained in:
parent
b447e85bf0
commit
24300a6a7d
1 changed files with 3 additions and 1 deletions
|
|
@ -366,7 +366,9 @@ def build_headless(self):
|
|||
PLUGIN_CLASS_NAME = HeadlessIntegrationPlugin
|
||||
QT += core-private gui-private
|
||||
greaterThan(QT_MAJOR_VERSION, 5)|greaterThan(QT_MINOR_VERSION, 7): {{
|
||||
QT += theme_support-private
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
QT += theme_support-private fontdatabase_support_private service_support_private eventdispatcher_support_private
|
||||
}} else {{
|
||||
load(qt_plugin)
|
||||
QT += platformsupport-private
|
||||
|
|
|
|||
Loading…
Reference in a new issue