Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JvanKatwijk/swradio-8
Browse files Browse the repository at this point in the history
  • Loading branch information
JvanKatwijk committed Oct 26, 2022
2 parents 0ea46cb + 7acf99f commit 665c062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions decoders/drm-decoder/eqdisplay.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
#include <qwt_plot_zoomer.h>
#include <qwt_plot_panner.h>
#include <qwt_plot_layout.h>
#include <qpen.h>

class EQDisplay {
public:
Expand Down
5 changes: 2 additions & 3 deletions swradio-8.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
######################################################################
TEMPLATE = app
QT += widgets xml
CONFIG += console
CONFIG += console qwt qwt-qt5
#CONFIG -= console
TARGET = swradio-9
QMAKE_CXXFLAGS += -std=c++14
Expand Down Expand Up @@ -181,8 +181,7 @@ CONFIG += acars-decoder
#CONFIG += test-decoder
LIBS += -L/usr/lib64
LIBS += -L/lib64
INCLUDEPATH += /usr/include/qt5/qwt
LIBS += -lqwt-qt5 -lrt -lsndfile -lsamplerate -lportaudio -lusb-1.0 -lfftw3f -ldl
LIBS += -lrt -lsndfile -lsamplerate -lportaudio -lusb-1.0 -lfftw3f -ldl
}

win32 {
Expand Down

0 comments on commit 665c062

Please sign in to comment.