Skip to content

Commit

Permalink
Merge pull request #2014 from srcejon/mac_arm64
Browse files Browse the repository at this point in the history
Mac: Scan all plugins for qml
  • Loading branch information
f4exb committed Mar 11, 2024
2 parents 8c7cb89 + cc1e4b1 commit 73f2573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cpack/deploy_mac.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ endforeach()

# Run macdeployqt which should copy all libraries and frameworks and Qt plugins and qml
message ("Running macdeployqt in ${CPACK_TEMPORARY_INSTALL_DIRECTORY}")
execute_process ( COMMAND macdeployqt ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app -always-overwrite -verbose=1 -qmldir=@CMAKE_CURRENT_SOURCE_DIR@/../../plugins/feature/map )
execute_process ( COMMAND macdeployqt ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app -always-overwrite -verbose=1 -qmldir=@CMAKE_CURRENT_SOURCE_DIR@/../../plugins/ )

0 comments on commit 73f2573

Please sign in to comment.