summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-06-05 13:57:09 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-06-05 13:02:59 +0000
commitf77f04e9ca99de025073c3b0797fc02483755428 (patch)
treeaf683b584e5ab1d09b783e8c9e0971224085ecb8
parent901fcd7e1e59857b9e72a9204c4efefd6db1453f (diff)
downloadqt-creator-f77f04e9ca99de025073c3b0797fc02483755428.tar.gz
Fix OpenGL on Linux with Qt 5.5
The XCB platform plugin now needs a plugin for the OpenGL backend Change-Id: I5e7b296a0b645aec2a8d3ba80c53cb946e35e7f1 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-rwxr-xr-xscripts/deployqt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deployqt.py b/scripts/deployqt.py
index 8d2cd95220..1932a28134 100755
--- a/scripts/deployqt.py
+++ b/scripts/deployqt.py
@@ -281,7 +281,7 @@ def main():
QT_INSTALL_QML = readQmakeVar(qmake_bin, 'QT_INSTALL_QML')
QT_INSTALL_TRANSLATIONS = readQmakeVar(qmake_bin, 'QT_INSTALL_TRANSLATIONS')
- plugins = ['accessible', 'codecs', 'designer', 'iconengines', 'imageformats', 'platformthemes', 'platforminputcontexts', 'platforms', 'printsupport', 'sqldrivers']
+ plugins = ['accessible', 'codecs', 'designer', 'iconengines', 'imageformats', 'platformthemes', 'platforminputcontexts', 'platforms', 'printsupport', 'sqldrivers', 'xcbglintegrations']
imports = ['Qt', 'QtWebKit']
if sys.platform.startswith('win'):