Skip to content

Commit f1a0ec9

Browse files
committed
adding qt dir for macdeployqt
1 parent c7f3edf commit f1a0ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/macOS/internal/2a_appbundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ -n "$QT_DIR" ]; then
2828
fi
2929

3030
# save in message the output of macdeployqt
31-
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME \
31+
message=$(${QT_BASE_DIR}macdeployqt $INSTALL_PATH/$APPNAME -libpath=$QT_DIR/lib \
3232
$ARGUMENTS 2>&1)
3333

3434
# if message contains "ERROR" then macdeployqt failed

0 commit comments

Comments
 (0)