133 # 4b. Resource Compiler for Qt4 |
133 # 4b. Resource Compiler for Qt4 |
134 self.__createProgramEntry(self.trUtf8("Resource Compiler (Ruby, Qt4)"), |
134 self.__createProgramEntry(self.trUtf8("Resource Compiler (Ruby, Qt4)"), |
135 Utilities.isWindowsPlatform() and "rbrcc.exe" or "rbrcc", |
135 Utilities.isWindowsPlatform() and "rbrcc.exe" or "rbrcc", |
136 '-version', 'Ruby Resource Compiler', -1) |
136 '-version', 'Ruby Resource Compiler', -1) |
137 |
137 |
138 # 5. do the Eric4 programs |
138 # 5. do the Eric5 programs |
139 # 5a. Translation Previewer |
139 # 5a. Translation Previewer |
140 self.__createProgramEntry(self.trUtf8("Eric4 Translation Previewer"), |
140 self.__createProgramEntry(self.trUtf8("Eric5 Translation Previewer"), |
141 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", |
141 Utilities.isWindowsPlatform() and "eric5-trpreviewer.bat" or "eric5-trpreviewer", |
142 '--version', 'Eric4', -2) |
142 '--version', 'Eric5', -2) |
143 # 5b. Forms Previewer |
143 # 5b. Forms Previewer |
144 self.__createProgramEntry(self.trUtf8("Eric4 Forms Previewer"), |
144 self.__createProgramEntry(self.trUtf8("Eric5 Forms Previewer"), |
145 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", |
145 Utilities.isWindowsPlatform() and "eric5-uipreviewer.bat" or "eric5-uipreviewer", |
146 '--version', 'Eric4', -2) |
146 '--version', 'Eric5', -2) |
147 |
147 |
148 # 6. do the CORBA programs |
148 # 6. do the CORBA programs |
149 # 6a. omniORB |
149 # 6a. omniORB |
150 exe = Preferences.getCorba("omniidl") |
150 exe = Preferences.getCorba("omniidl") |
151 if Utilities.isWindowsPlatform(): |
151 if Utilities.isWindowsPlatform(): |