Skip to content

Commit

Permalink
add missing qtdbus
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Jan 27, 2024
1 parent ba368ae commit f603b75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/macos/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ if [ "$?" -ne "0" ]; then
exit 1
fi

#Call fix to change all rpath
#QtDBUS is missing and not copied by macdeployqt
cp -RH $QTDIR/lib/QtDBus.framework build/$APP.app/Contents/Frameworks/

#Call fix to change all rpath
python3 ./scripts/macos/macdeployqtfix.py build/$APP.app/Contents/MacOS/calaos_installer /usr/local/Cellar/qt5/5.*/
python3 ./scripts/macos/macdeployqtfix.py build/$APP.app/Contents/MacOS/calaos_machinecreator /usr/local/Cellar/qt5/5.*/

Expand Down

0 comments on commit f603b75

Please sign in to comment.