Skip to content

Commit

Permalink
Merge branch 'MacPrefixProFile' into testing_0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 25, 2023
2 parents e27aed3 + 5751f98 commit dae9d6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,12 @@ unix:!macx {
}

macx: {
# This allows the app to be shipped in a non-bundeled version
!isEmpty(PREFIX) {
target.path = $$PREFIX
INSTALLS += target
}

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

0 comments on commit dae9d6d

Please sign in to comment.