From 7ed7e380858ebc417b4e468bd33b78e685fe1d7c Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 6 Apr 2020 19:54:03 +0200 Subject: [PATCH] Makefile: macdeployqt - be more verbose --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 003d583a8..9e4537abc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -615,7 +615,7 @@ $(GUI_BUNDLE)/Contents/libs: $(BUNDLE)/Contents/libs $(GUI_BUNDLE) [ -d $(BUNDLE)/Contents/libs ] && cp $(BUNDLE)/Contents/libs/* $(GUI_BUNDLE)/Contents/libs cp -R $(BUNDLE)/Contents/Frameworks/* $(GUI_BUNDLE)/Contents/Frameworks # add Qt frameworks - command -v macdeployqt && macdeployqt $(GUI_BUNDLE) + command -v macdeployqt && macdeployqt $(GUI_BUNDLE) -verbose=2 # then fix links also for other binaries than uv-qt, namely uv itself for n in $(GUI_BUNDLE)/Contents/MacOS/*; do \ for m in $$(otool -L $$n | tail -n +2 | sed -n '/^[^@]*Qt[a-zA-Z]*\.framework/s/[^/]*\([^ ]*\).*/\1/p'); do \