161 '--version', 'Python User', 4) |
161 '--version', 'Python User', 4) |
162 # 2f. Resource Compiler PyQt5 |
162 # 2f. Resource Compiler PyQt5 |
163 self.__createProgramEntry( |
163 self.__createProgramEntry( |
164 self.tr("Resource Compiler (Python, PyQt5)"), |
164 self.tr("Resource Compiler (Python, PyQt5)"), |
165 Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5", |
165 Utilities.isWindowsPlatform() and "pyrcc5.exe" or "pyrcc5", |
166 '-version', 'Resource Compiler', -1) |
166 '-version', '', -1, versionRe='Resource Compiler|pyrcc5') |
167 |
167 |
168 # 3. do the PySide programs |
168 # 3. do the PySide programs |
169 # 3a. Translation Extractor PySide |
169 # 3a. Translation Extractor PySide |
170 self.__createProgramEntry( |
170 self.__createProgramEntry( |
171 self.tr("Translation Extractor (Python, PySide)"), |
171 self.tr("Translation Extractor (Python, PySide)"), |