Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions QLog.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SOURCES += \
core/QSOFilterManager.cpp \
core/WsjtxUDPReceiver.cpp \
core/debug.cpp \
core/dxlabserver.cpp \
core/main.cpp \
core/zonedetect.c \
cwkey/CWKeyer.cpp \
Expand Down Expand Up @@ -192,6 +193,7 @@ HEADERS += \
core/QuadKeyCache.h \
core/WsjtxUDPReceiver.h \
core/debug.h \
core/dxlabserver.h \
core/zonedetect.h \
cwkey/CWKeyer.h \
cwkey/drivers/CWCatKey.h \
Expand Down Expand Up @@ -476,8 +478,8 @@ macx: {
INSTALLS += target
}

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