mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 19:16:16 -04:00
Don't hardcode HINTS to macdeployqt
This commit is contained in:
parent
e1558d6300
commit
e231774b05
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ set(CMAKE_AUTORCC ON)
|
|||
|
||||
if(APPLE)
|
||||
set(CMAKE_MACOSX_RPATH TRUE)
|
||||
find_program(MACDEPLOYQT_EXE macdeployqt HINTS /usr/local/opt/qt5/bin ENV PATH)
|
||||
find_program(MACDEPLOYQT_EXE macdeployqt HINTS ${Qt5_PREFIX}/bin ENV PATH)
|
||||
if(NOT MACDEPLOYQT_EXE)
|
||||
message(FATAL_ERROR "macdeployqt is required to build in macOS")
|
||||
else()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue