mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -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
|
$ENV{OSGEO4W_ROOT}/bin
|
||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
find_program(QCATOOL_EXECUTABLE NAMES qcatool qcatool2)
|
find_program(QCATOOL_EXECUTABLE NAMES qcatool qcatool2 qcatool-qt5)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT QCATOOL_EXECUTABLE)
|
if(NOT QCATOOL_EXECUTABLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user