eric6_configure.py

branch
QtWebEngine
changeset 4869
d1b3addfbd07
parent 4806
5c0745cb26ea
child 5389
9b1c800daff3
--- a/eric6_configure.py	Fri Mar 18 20:05:12 2016 +0100
+++ b/eric6_configure.py	Sat Mar 19 11:27:03 2016 +0100
@@ -37,9 +37,8 @@
                           settingsDir)
         sys.argv.remove(arg)
 
-# TODO: adjust this to 5.6.0 when done
 from PyQt5.QtCore import qVersion
-if qVersion() < "5.5.0":
+if qVersion() < "5.6.0":
     WEBENGINE_AVAILABLE = False
 else:
     try:

eric ide

mercurial