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:
parent
c7e778f66c
commit
904e2a113d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user