Look first for qhelpgenerator-qt5 for help generation
ClosedPublic

Authored by lbeltrame on Mar 14 2018, 8:29 AM.

Details

Summary

A number of distributions uses the -qt5 suffix for Qt command line
tools, to make sure they can coexist with the Qt4 equivalents.

This change uses distutils's find_executable to look for the -qt5
suffix of qhelpgenerator. If it is not found, it falls back to the
un-suffixed version.

Diff Detail

Repository
R264 KApiDox
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
lbeltrame created this revision.Mar 14 2018, 8:29 AM
Restricted Application added projects: Frameworks, Documentation. · View Herald TranscriptMar 14 2018, 8:29 AM
Restricted Application added a subscriber: Documentation. · View Herald Transcript
lbeltrame requested review of this revision.Mar 14 2018, 8:29 AM
fvogt added a subscriber: fvogt.Mar 14 2018, 8:37 AM
ochurlaud accepted this revision.Mar 14 2018, 6:45 PM

Thx for this change

This revision is now accepted and ready to land.Mar 14 2018, 6:45 PM
This revision was automatically updated to reflect the committed changes.