Skip to content

Commit 015fdf2

Browse files
committedJan 9, 2017
Update QCA CMake qcatool find function for macOS and Qt5
1 parent d976aa6 commit 015fdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/QCAMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function(FIND_QCATOOL TOOL_REQUIRED)
9292
$ENV{OSGEO4W_ROOT}/bin
9393
)
9494
else()
95-
find_program(QCATOOL_EXECUTABLE NAMES qcatool qcatool2)
95+
find_program(QCATOOL_EXECUTABLE NAMES qcatool qcatool2 qcatool-qt5)
9696
endif()
9797

9898
if(NOT QCATOOL_EXECUTABLE)

0 commit comments

Comments
 (0)
Please sign in to comment.