Skip to content

Commit ff74b85

Browse files
authored
fix qt6 can't load multimedia plugins bug (#597)
1 parent 7613935 commit ff74b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/linuxdeployqt/shared.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,6 +1492,7 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
14921492
// This plugin is specific to Qt 6
14931493
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt6Multimedia")) {
14941494
appendPluginToList(pluginSourcePath, "playlistformats", pluginList);
1495+
appendPluginToList(pluginSourcePath, "multimedia", pluginList);
14951496
}
14961497
}
14971498

0 commit comments

Comments
 (0)