Skip to content

Commit 7789123

Browse files
authored
1 parent 499fdd5 commit 7789123

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tools/linuxdeployqt/shared.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,8 +1230,12 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
12301230
// Always bundle iconengines,imageformats
12311231
// https://github.com/probonopd/linuxdeployqt/issues/82
12321232
// https://github.com/probonopd/linuxdeployqt/issues/325
1233-
pluginList.append("iconengines");
1234-
pluginList.append("imageformats");
1233+
// FIXME
1234+
// The following does NOT work;
1235+
// findDependencyInfo: "ldd: /usr/local/Qt-5.9.3/plugins/iconengines: not regular file"
1236+
// pluginList.append("iconengines");
1237+
// pluginList.append("imageformats");
1238+
// TODO: Need to traverse the directories and add each contained plugin individually
12351239

12361240
LogDebug() << "deploymentInfo.deployedLibraries before attempting to bundle required plugins:" << deploymentInfo.deployedLibraries;
12371241

0 commit comments

Comments
 (0)