Skip to content

Commit

Permalink
Reordered Mac Prefix code in pro-file
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Nov 25, 2023
1 parent 2b0ed30 commit 5751f98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -381,17 +381,17 @@ 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
equals(QT_MAJOR_VERSION, 5): LIBS += -lqt5keychain
DISTFILES +=

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

win32: {
Expand Down

0 comments on commit 5751f98

Please sign in to comment.