Utilities/Sphinx: support finding Qt5's qcollectiongenerator too

This commit is contained in:
Ben Boeckel
2020-05-05 12:09:40 -04:00
parent adef7c09d0
commit 16de8e3544

View File

@@ -89,7 +89,7 @@ if(SPHINX_QTHELP)
find_package(PythonInterp REQUIRED)
find_program(QCOLLECTIONGENERATOR_EXECUTABLE
NAMES qcollectiongenerator
NAMES qcollectiongenerator-qt5 qcollectiongenerator
DOC "qcollectiongenerator tool"
)
if (NOT QCOLLECTIONGENERATOR_EXECUTABLE)