Browse Source

Deploy xcbglintegrations plugin when using libQt5Gui, closes #30

master
tsteven4 7 years ago
committed by probonopd
parent
commit
e03847c81d
  1. 1
      tools/linuxdeployqt/shared.cpp

1
tools/linuxdeployqt/shared.cpp

@ -1230,6 +1230,7 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
// Platform OpenGL context // Platform OpenGL context
if ((containsHowOften(deploymentInfo.deployedLibraries, "libQt5OpenGL")) if ((containsHowOften(deploymentInfo.deployedLibraries, "libQt5OpenGL"))
or (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Gui"))
or (containsHowOften(deploymentInfo.deployedLibraries, "libQt5XcbQpa")) or (containsHowOften(deploymentInfo.deployedLibraries, "libQt5XcbQpa"))
or (containsHowOften(deploymentInfo.deployedLibraries, "libxcb-glx"))) { or (containsHowOften(deploymentInfo.deployedLibraries, "libxcb-glx"))) {
QStringList xcbglintegrationPlugins = QDir(pluginSourcePath + QStringLiteral("/xcbglintegrations")).entryList(QStringList() << QStringLiteral("*.so")); QStringList xcbglintegrationPlugins = QDir(pluginSourcePath + QStringLiteral("/xcbglintegrations")).entryList(QStringList() << QStringLiteral("*.so"));

Loading…
Cancel
Save