Skip to content

Commit da09bb2

Browse files
committed
OS X: update Qt framework path
1 parent 08916cf commit da09bb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
make -j4
9595
- name: Build dmg
9696
run: |
97+
install_name_tool -add_rpath $(brew --prefix qt)/lib qlog.app
9798
cd build
9899
macdeployqt qlog.app
99100
cp `brew --prefix`/lib/libhamlib.dylib qlog.app/Contents/Frameworks/libhamlib.dylib

.github/workflows/macOSBuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
make -j4
5151
- name: Build dmg
5252
run: |
53+
install_name_tool -add_rpath $(brew --prefix qt)/lib qlog.app
5354
cd build
5455
macdeployqt qlog.app -executable=./qlog.app/Contents/MacOS/qlog
5556
cp `brew --prefix`/lib/libhamlib.dylib qlog.app/Contents/Frameworks/libhamlib.dylib

0 commit comments

Comments
 (0)