Backported another Qt 5.6 compatibility fix. 6_1_x

Sun, 13 Mar 2016 13:11:48 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Mar 2016 13:11:48 +0100
branch
6_1_x
changeset 4851
1ac86f824f49
parent 4849
4eb0fba3b6c5
child 4853
f28d62c581de

Backported another Qt 5.6 compatibility fix.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Sun Mar 13 13:06:46 2016 +0100
+++ b/install.py	Sun Mar 13 13:11:48 2016 +0100
@@ -1122,13 +1122,12 @@
     if pyqtVariant == "PyQt4":
         impModulesList = [
             "PyQt4.QtGui", "PyQt4.QtNetwork", "PyQt4.QtSql",
-            "PyQt4.QtSvg", "PyQt4.QtWebKit",
+            "PyQt4.QtSvg",
         ]
     else:
         impModulesList = [
             "PyQt5.QtGui", "PyQt5.QtNetwork", "PyQt5.QtPrintSupport",
-            "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWebKit",
-            "PyQt5.QtWebKitWidgets", "PyQt5.QtWidgets",
+            "PyQt5.QtSql", "PyQt5.QtSvg", "PyQt5.QtWidgets",
         ]
     modulesOK = True
     for impModule in impModulesList:

eric ide

mercurial