Skip to content

Commit

Permalink
CMake: Add Apple Silicon homebrew Qt bin path to MOC search paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Oct 8, 2021
1 parent 4e9af54 commit 4c0123f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if (QRCODE_FOUND)
endif()

find_program(MOC_BIN NAMES moc moc-qt5 qt5-moc
PATHS /usr/lib/qt5/bin /usr/lib/x86_64-linux-gnu/qt5/bin /usr/local/opt/qt/bin /usr/local/opt/qt5/bin
PATHS /usr/lib/qt5/bin /usr/lib/x86_64-linux-gnu/qt5/bin /usr/local/opt/qt/bin /usr/local/opt/qt5/bin /opt/homebrew/opt/qt5/bin
NO_DEFAULT_PATH
NO_SYSTEM_ENVIRONMENT_PATH)
if (MOC_BIN)
Expand Down

0 comments on commit 4c0123f

Please sign in to comment.