Project/Project.py

branch
6_0_x
changeset 4010
abfb90bf1a80
parent 3935
f6ba54e022fa
child 4022
f5f42921717e
equal deleted inserted replaced
4002:c30100d0729f 4010:abfb90bf1a80
266 "Python2": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin", 266 "Python2": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin",
267 "E6Plugin", "Console", "Other"], 267 "E6Plugin", "Console", "Other"],
268 "Python3": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin", 268 "Python3": ["Qt4", "Qt4C", "PyQt5", "PyQt5C", "E4Plugin",
269 "E6Plugin", "Console", "Other"], 269 "E6Plugin", "Console", "Other"],
270 "Ruby": ["Qt4", "Qt4C", "Console", "Other"], 270 "Ruby": ["Qt4", "Qt4C", "Console", "Other"],
271 "JavaScript": ["Other"],
271 } 272 }
272 273
273 pyside2, pyside3 = Utilities.checkPyside() 274 pyside2, pyside3 = Utilities.checkPyside()
274 if pyside2 or pyside3: 275 if pyside2 or pyside3:
275 self.__projectTypes["PySide"] = self.tr("PySide GUI") 276 self.__projectTypes["PySide"] = self.tr("PySide GUI")

eric ide

mercurial