mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Qt6: fix macos deploy
This commit is contained in:
parent
60bebab6f4
commit
1f90825a5b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
if(APPLE OR (WIN32 AND NOT STATIC))
|
if(APPLE OR (WIN32 AND NOT STATIC))
|
||||||
add_custom_target(deploy)
|
add_custom_target(deploy)
|
||||||
get_target_property(_qmake_executable Qt5::qmake IMPORTED_LOCATION)
|
get_target_property(_qmake_executable Qt::qmake IMPORTED_LOCATION)
|
||||||
get_filename_component(_qt_bin_dir "${_qmake_executable}" DIRECTORY)
|
get_filename_component(_qt_bin_dir "${_qmake_executable}" DIRECTORY)
|
||||||
|
|
||||||
if(APPLE AND NOT IOS)
|
if(APPLE AND NOT IOS)
|
||||||
|
|
Loading…
Reference in a new issue