Browse Source

Deploy imageformats

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

1
shared/shared.cpp

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

Loading…
Cancel
Save