Skip to content

Commit

Permalink
[tools] Delete redundant macdeployqtfix submodule
Browse files Browse the repository at this point in the history
Signed-off-by: Meenbeese <[email protected]>
  • Loading branch information
meenbeese authored and biodranik committed Nov 17, 2024
1 parent 771e07f commit 4227cbe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
[submodule "tools/kothic"]
path = tools/kothic
url = https://github.com/organicmaps/kothic.git
[submodule "tools/macdeployqtfix"]
path = tools/macdeployqtfix
url = https://github.com/aurelien-rainone/macdeployqtfix.git
[submodule "3party/protobuf/protobuf"]
path = 3party/protobuf/protobuf
url = https://github.com/organicmaps/protobuf.git
Expand Down
1 change: 0 additions & 1 deletion qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ if (BUILD_DESIGNER)
foreach(BUNDLE ${BUNDLE_FOLDER} ${BUNDLES})
execute_process(
COMMAND \"${QT_PATH}/bin/macdeployqt\" \"\${BUNDLE}\"
COMMAND find \"\${BUNDLE}/Contents/MacOS\" -type f -exec python \"${OMIM_ROOT}/tools/macdeployqtfix/macdeployqtfix.py\" -q -nl {} \"${QT_PATH}\" \\;
)
endforeach()
foreach(BUNDLE ${BUNDLES})
Expand Down
1 change: 0 additions & 1 deletion tools/macdeployqtfix
Submodule macdeployqtfix deleted from c2fa27

0 comments on commit 4227cbe

Please sign in to comment.