Update QCA CMake qcatool find function for macOS and Qt5

This commit is contained in:
Larry Shaffer 2017-01-08 17:27:17 -07:00
parent d976aa61e6
commit 015fdf23ce

View File

@ -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)