Deploy imageformats
This commit is contained in:
+2
-1
@@ -825,8 +825,9 @@ 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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user