Skip to content

Commit

Permalink
Locate macdeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 7, 2024
1 parent 2e1fc54 commit f69e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if(QT_MOC_EXECUTABLE)
get_filename_component(_qt_bin_dir ${QT_MOC_EXECUTABLE} DIRECTORY)
endif()
find_program(LINUXDEPLOY_EXECUTABLE linuxdeploy linuxdeploy-x86_64.AppImage)
find_program(MACDEPLOYQT_EXECUTABLE macdeployqt HINTS "${QT_HOST_LIBEXECS}" NO_DEFAULT_PATH)
find_program(MACDEPLOYQT_EXECUTABLE macdeployqt HINTS "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/tools/Qt6/bin" NO_DEFAULT_PATH)
find_program(ANDROIDDEPLOYQT_EXECUTABLE androiddeployqt HINTS "${QT_HOST_PATH}/tools/Qt6/bin")

set(CPACK_GENERATOR)
Expand Down

0 comments on commit f69e5c9

Please sign in to comment.