Skip to content

Commit e03847c

Browse files
tsteven4probonopd
authored andcommitted
Deploy xcbglintegrations plugin when using libQt5Gui, closes probonopd#30
1 parent a41d4d9 commit e03847c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/linuxdeployqt/shared.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,7 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
12301230

12311231
// Platform OpenGL context
12321232
if ((containsHowOften(deploymentInfo.deployedLibraries, "libQt5OpenGL"))
1233+
or (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Gui"))
12331234
or (containsHowOften(deploymentInfo.deployedLibraries, "libQt5XcbQpa"))
12341235
or (containsHowOften(deploymentInfo.deployedLibraries, "libxcb-glx"))) {
12351236
QStringList xcbglintegrationPlugins = QDir(pluginSourcePath + QStringLiteral("/xcbglintegrations")).entryList(QStringList() << QStringLiteral("*.so"));

0 commit comments

Comments
 (0)