From d0622452513c588412f66f2bfb53237bda16b96a Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 4 Dec 2016 11:27:31 +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 0716667..429ffba 100644 --- a/shared/shared.cpp +++ b/shared/shared.cpp @@ -825,8 +825,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); - } + } } }