mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
Utilities/Sphinx: support finding Qt5's qcollectiongenerator too
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user