Skip to content

Commit

Permalink
OS X: update Qt framework path
Browse files Browse the repository at this point in the history
  • Loading branch information
gerbert committed Nov 13, 2024
1 parent 08916cf commit da09bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
make -j4
- name: Build dmg
run: |
install_name_tool -add_rpath $(brew --prefix qt)/lib qlog.app
cd build
macdeployqt qlog.app
cp `brew --prefix`/lib/libhamlib.dylib qlog.app/Contents/Frameworks/libhamlib.dylib
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macOSBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
make -j4
- name: Build dmg
run: |
install_name_tool -add_rpath $(brew --prefix qt)/lib qlog.app
cd build
macdeployqt qlog.app -executable=./qlog.app/Contents/MacOS/qlog
cp `brew --prefix`/lib/libhamlib.dylib qlog.app/Contents/Frameworks/libhamlib.dylib
Expand Down

0 comments on commit da09bb2

Please sign in to comment.