Deploy xcbglintegrations plugin when using libQt5Gui, closes #30
This commit is contained in:
@@ -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"));
|
||||||
|
|||||||
Reference in New Issue
Block a user