mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-05 19:18:38 -04:00
New scope: Windows build adjustments
This commit is contained in:
parent
a36870f958
commit
2f515d9379
@ -30,6 +30,7 @@ SUBDIRS += plugins/samplesink/filesink
|
||||
SUBDIRS += plugins/samplesink/bladerfoutput
|
||||
SUBDIRS += plugins/samplesink/hackrfoutput
|
||||
SUBDIRS += plugins/channelrx/chanalyzer
|
||||
SUBDIRS += plugins/channelrx/chanalyzerng
|
||||
SUBDIRS += plugins/channelrx/demodam
|
||||
SUBDIRS += plugins/channelrx/demodbfm
|
||||
SUBDIRS += plugins/channelrx/demoddsd
|
||||
|
@ -60,7 +60,6 @@ SOURCES += mainwindow.cpp\
|
||||
dsp/interpolator.cpp\
|
||||
dsp/hbfiltertraits.cpp\
|
||||
dsp/lowpass.cpp\
|
||||
dsp/movingaverage.cpp\
|
||||
dsp/nco.cpp\
|
||||
dsp/ncof.cpp\
|
||||
dsp/pidcontroller.cpp\
|
||||
@ -74,6 +73,7 @@ SOURCES += mainwindow.cpp\
|
||||
dsp/spectrumscopecombovis.cpp\
|
||||
dsp/spectrumscopengcombovis.cpp\
|
||||
dsp/scopevis.cpp\
|
||||
dsp/scopevisng.cpp\
|
||||
dsp/spectrumvis.cpp\
|
||||
dsp/threadedbasebandsamplesink.cpp\
|
||||
dsp/threadedbasebandsamplesource.cpp\
|
||||
@ -178,6 +178,7 @@ HEADERS += mainwindow.h\
|
||||
dsp/spectrumscopecombovis.h\
|
||||
dsp/spectrumscopengcombovis.h\
|
||||
dsp/scopevis.h\
|
||||
dsp/scopevisng.h\
|
||||
dsp/spectrumvis.h\
|
||||
dsp/threadedbasebandsamplesink.h\
|
||||
dsp/threadedbasebandsamplesource.h\
|
||||
|
Loading…
Reference in New Issue
Block a user