From 24300a6a7d32fb7e9a9b3460acaf9366d251f4bb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Jan 2017 09:55:53 +0530 Subject: [PATCH] More Qt 5.8 fixes --- setup/build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/build.py b/setup/build.py index 16cb5b4b36..5380afec1a 100644 --- a/setup/build.py +++ b/setup/build.py @@ -366,7 +366,9 @@ class Build(Command): 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