From 4951fd133b43e475d1bd64f32b9c5e265253485b Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 4 Dec 2016 11:26:45 +0100 Subject: [PATCH] Deploy imageformats --- shared/shared.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/shared.cpp b/shared/shared.cpp index 6578f5f..7332cb3 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -826,8 +826,9 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Svg")) { pluginList.append(QStringLiteral("imageformats/") + plugin); } + } else { pluginList.append(QStringLiteral("imageformats/") + plugin); - } + } } }