From 7a450721f2a76048a57f1ebf9d7d9e89d4bd3db0 Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Sat, 3 Dec 2016 13:54:18 +0100 Subject: [PATCH] mumble.pro: only use qico on Windows. --- src/mumble/mumble.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mumble/mumble.pro b/src/mumble/mumble.pro index 837e74a56..6b1ae49c3 100644 --- a/src/mumble/mumble.pro +++ b/src/mumble/mumble.pro @@ -666,7 +666,7 @@ CONFIG(no-update) { CONFIG(static_qt_plugins) { DEFINES += USE_STATIC_QT_PLUGINS - QTPLUGIN += qico qsvg qsvgicon + QTPLUGIN += qsvg qsvgicon # The accessiblewidgets plugin is only needed for Qt 5 versions below 5.4. # In Qt 5.4, it was integrated into the QtWidgets library. @@ -684,6 +684,7 @@ CONFIG(static_qt_plugins) { } win32 { + QTPLUGIN *= qico isEqual(QT_MAJOR_VERSION, 5) { QTPLUGIN += qwindows }