Utilities/Sphinx: support finding Qt5's qcollectiongenerator too

This commit is contained in:
Ben Boeckel
2020-05-07 13:25:57 -04:00
parent adef7c09d0
commit 16de8e3544
+1 -1
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)