Browse Source

Deploy imageformats

master
probonopd 8 years ago
committed by GitHub
parent
commit
d062245251
  1. 1
      shared/shared.cpp

1
shared/shared.cpp

@ -825,6 +825,7 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Svg")) { if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Svg")) {
pluginList.append(QStringLiteral("imageformats/") + plugin); pluginList.append(QStringLiteral("imageformats/") + plugin);
} }
} else {
pluginList.append(QStringLiteral("imageformats/") + plugin); pluginList.append(QStringLiteral("imageformats/") + plugin);
} }
} }

Loading…
Cancel
Save