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); - } + } } }