219 |
219 |
220 if parms['qtHelpEnabled']: |
220 if parms['qtHelpEnabled']: |
221 outdir = Utilities.toNativeSeparators( |
221 outdir = Utilities.toNativeSeparators( |
222 parms['qtHelpOutputDirectory']) |
222 parms['qtHelpOutputDirectory']) |
223 if outdir == '': |
223 if outdir == '': |
224 outdir = 'help' # that is eric5_docs default QtHelp |
224 outdir = 'help' |
225 # output dir |
225 # that is eric5_docs default QtHelp output dir |
226 |
226 |
227 # add it to the project data, if it isn't in already |
227 # add it to the project data, if it isn't in already |
228 outdir = project.getRelativePath(outdir) |
228 outdir = project.getRelativePath(outdir) |
229 if outdir not in project.pdata['OTHERS']: |
229 if outdir not in project.pdata['OTHERS']: |
230 project.pdata['OTHERS'].append(outdir) |
230 project.pdata['OTHERS'].append(outdir) |