|
@ -818,6 +818,12 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Also deploy plugins/iconengines/libqsvgicon.so whenever libQt5Svg.so.* is about to be deployed,
|
|
|
|
|
|
// https://github.com/probonopd/linuxdeployqt/issues/36
|
|
|
|
|
|
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Svg")) { |
|
|
|
|
|
pluginList.append(QStringLiteral("iconengines/libqsvgicon.so")); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// CUPS print support
|
|
|
// CUPS print support
|
|
|
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5PrintSupport")) { |
|
|
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5PrintSupport")) { |
|
|
pluginList.append("printsupport/libcupsprintersupport.so"); |
|
|
pluginList.append("printsupport/libcupsprintersupport.so"); |
|
|