Skip to content

Commit

Permalink
fix qt6 can't load multimedia plugins bug (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksKnight authored Dec 27, 2023
1 parent 7613935 commit ff74b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/linuxdeployqt/shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,7 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
// This plugin is specific to Qt 6
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt6Multimedia")) {
appendPluginToList(pluginSourcePath, "playlistformats", pluginList);
appendPluginToList(pluginSourcePath, "multimedia", pluginList);
}
}

Expand Down

0 comments on commit ff74b85

Please sign in to comment.