We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f3edf commit f1a0ec9Copy full SHA for f1a0ec9
build_scripts/macOS/internal/2a_appbundle.sh
@@ -28,7 +28,7 @@ if [ -n "$QT_DIR" ]; then
28
fi
29
30
# save in message the output of macdeployqt
31
-message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
+message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME -libpath=$QT_DIR/lib \
32
$ARGUMENTS 2>&1)
33
34
# if message contains "ERROR" then macdeployqt failed
0 commit comments