Project/ProjectResourcesBrowser.py

branch
Py2 comp.
changeset 3065
070b35dde35e
parent 3060
5883ce99ee12
child 3080
6c0a430b19df
equal deleted inserted replaced
3061:1c0ea3a87390 3065:070b35dde35e
629 args = [] 629 args = []
630 self.buf = "" 630 self.buf = ""
631 631
632 if self.project.pdata["PROGLANGUAGE"][0] in \ 632 if self.project.pdata["PROGLANGUAGE"][0] in \
633 ["Python", "Python2", "Python3"]: 633 ["Python", "Python2", "Python3"]:
634 if self.project.getProjectType() in ["Qt4", "Qt4C","E4Plugin"]: 634 if self.project.getProjectType() in ["Qt4", "Qt4C", "E4Plugin"]:
635 self.rccCompiler = 'pyrcc4' 635 self.rccCompiler = 'pyrcc4'
636 if Utilities.isWindowsPlatform(): 636 if Utilities.isWindowsPlatform():
637 self.rccCompiler += '.exe' 637 self.rccCompiler += '.exe'
638 if PYQT_VERSION >= 0x040500: 638 if PYQT_VERSION >= 0x040500:
639 if self.project.pdata["PROGLANGUAGE"][0] in \ 639 if self.project.pdata["PROGLANGUAGE"][0] in \

eric ide

mercurial