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 \ |