Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/BatchDrake/AmateurDSN
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jan 27, 2024
2 parents 3d7938f + efbaca7 commit 1585507
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion AmateurDSN.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ DEFINES += AMATEURDSN_LIBRARY
CONFIG += c++11
CONFIG += unversioned_libname unversioned_soname

unix: QMAKE_LFLAGS += -rdynamic

isEmpty(PLUGIN_DIRECTORY) {
_HOME = $$(HOME)
isEmpty(_HOME) {
Expand Down Expand Up @@ -57,7 +59,10 @@ SOURCES += \
INCLUDEPATH += $$SUWIDGETS_INSTALL_HEADERS $$SIGDIGGER_INSTALL_HEADERS

unix: CONFIG += link_pkgconfig
unix: PKGCONFIG += suscan sigutils fftw3 sndfile
unix: PKGCONFIG += suscan sigutils fftw3 sndfile volk

darwin: QMAKE_LFLAGS += -undefined dynamic_lookup
darwin: LIBS += -lsuwidgets

CONFIG += c++11

Expand Down
4 changes: 2 additions & 2 deletions DopplerTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ namespace Ui {
}

namespace Suscan {
class AnalyzerRequestTracker;
class AnalyzerRequest;
class AnalyzerRequestTracker;
struct AnalyzerRequest;
}

namespace SigDigger {
Expand Down

0 comments on commit 1585507

Please sign in to comment.