From: tobtoht Date: Tue, 24 May 2022 20:42:33 +0000 (+0200) Subject: Qt6: fix macos deploy X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=1f90825a5b94f740d863eae224e1b271aa82e75d;p=gamesguru%2Ffeather.git Qt6: fix macos deploy --- diff --git a/cmake/Deploy.cmake b/cmake/Deploy.cmake index 1a1e76b3..726195b6 100644 --- a/cmake/Deploy.cmake +++ b/cmake/Deploy.cmake @@ -1,6 +1,6 @@ if(APPLE OR (WIN32 AND NOT STATIC)) 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) if(APPLE AND NOT IOS)