2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-15 06:45:53 +00:00

Add Homebrew Qt5 path hint

This commit is contained in:
Luke Street 2020-05-24 11:56:38 -04:00
parent c7e778f66c
commit 904e2a113d

View File

@ -4,7 +4,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTOUIC ON)
find_package(Qt5 COMPONENTS Network Widgets Xml Gui REQUIRED)
find_package(Qt5 COMPONENTS Network Widgets Xml Gui REQUIRED PATHS /usr/local/opt/qt)
file(GLOB QUAZIP_SRCS quazip/quazip/*.c quazip/quazip/*.cpp quazip/quazip/*.h)
list(REMOVE_ITEM QUAZIP_SRCS