Add Homebrew Qt5 path hint

This commit is contained in:
Luke Street 2020-05-24 12:02:39 -04:00
parent 6c7094f6fb
commit 70380d8fbc
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ if(TARGET boo AND NOT WINDOWS_STORE AND NOT NX)
endif()
# Editor
find_package(Qt5 COMPONENTS Widgets)
find_package(Qt5 COMPONENTS Widgets PATHS /usr/local/opt/qt)
if (Qt5Widgets_FOUND)
message(STATUS "Qt5 found, amuse-gui will be built")
add_subdirectory(Editor)