Browse Source

Deploy imageformats

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

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

Loading…
Cancel
Save