Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jan 30, 2024
1 parent 58dd363 commit aeb9074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ jobs:
- name: Install dependencies
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
# brew update
# brew upgrade || true
brew install qt6
brew link qt6 --force
brew install hamlib
Expand Down
4 changes: 2 additions & 2 deletions QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ unix:!macx {
INSTALLS += target desktop icon metainfo

INCLUDEPATH += /usr/local/include
LIBS += -lhamlib
LIBS += -L/usr/local/lib -lhamlib
equals(QT_MAJOR_VERSION, 6): LIBS += -lqt6keychain
equals(QT_MAJOR_VERSION, 5): LIBS += -lqt5keychain
}
Expand All @@ -425,7 +425,7 @@ macx: {
}

INCLUDEPATH += /usr/local/include
LIBS += /usr/local/lib -lhamlib
LIBS += -lhamlib
equals(QT_MAJOR_VERSION, 6): LIBS += -lqt6keychain
equals(QT_MAJOR_VERSION, 5): LIBS += -lqt5keychain
DISTFILES +=
Expand Down

0 comments on commit aeb9074

Please sign in to comment.