Browse Source

Deploy imageformats

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

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

Loading…
Cancel
Save