mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Update QCA CMake qcatool find function for macOS and Qt5
This commit is contained in:
parent
d976aa61e6
commit
015fdf23ce
@ -92,7 +92,7 @@ function(FIND_QCATOOL TOOL_REQUIRED)
|
||||
$ENV{OSGEO4W_ROOT}/bin
|
||||
)
|
||||
else()
|
||||
find_program(QCATOOL_EXECUTABLE NAMES qcatool qcatool2)
|
||||
find_program(QCATOOL_EXECUTABLE NAMES qcatool qcatool2 qcatool-qt5)
|
||||
endif()
|
||||
|
||||
if(NOT QCATOOL_EXECUTABLE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user