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