]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Qt6: fix macos deploy
authortobtoht <thotbot@protonmail.com>
Tue, 24 May 2022 20:42:33 +0000 (22:42 +0200)
committertobtoht <thotbot@protonmail.com>
Tue, 24 May 2022 20:42:33 +0000 (22:42 +0200)
cmake/Deploy.cmake

index 1a1e76b321630e89cfefc65eaf3cb97489c769a8..726195b6edf311a561b4558ffa2260a9af69239c 100644 (file)
@@ -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)