mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-16 05:22:54 -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/bladerfoutput
|
||||||
SUBDIRS += plugins/samplesink/hackrfoutput
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
||||||
SUBDIRS += plugins/channelrx/chanalyzer
|
SUBDIRS += plugins/channelrx/chanalyzer
|
||||||
|
SUBDIRS += plugins/channelrx/chanalyzerng
|
||||||
SUBDIRS += plugins/channelrx/demodam
|
SUBDIRS += plugins/channelrx/demodam
|
||||||
SUBDIRS += plugins/channelrx/demodbfm
|
SUBDIRS += plugins/channelrx/demodbfm
|
||||||
SUBDIRS += plugins/channelrx/demoddsd
|
SUBDIRS += plugins/channelrx/demoddsd
|
||||||
|
@ -60,7 +60,6 @@ SOURCES += mainwindow.cpp\
|
|||||||
dsp/interpolator.cpp\
|
dsp/interpolator.cpp\
|
||||||
dsp/hbfiltertraits.cpp\
|
dsp/hbfiltertraits.cpp\
|
||||||
dsp/lowpass.cpp\
|
dsp/lowpass.cpp\
|
||||||
dsp/movingaverage.cpp\
|
|
||||||
dsp/nco.cpp\
|
dsp/nco.cpp\
|
||||||
dsp/ncof.cpp\
|
dsp/ncof.cpp\
|
||||||
dsp/pidcontroller.cpp\
|
dsp/pidcontroller.cpp\
|
||||||
@ -74,6 +73,7 @@ SOURCES += mainwindow.cpp\
|
|||||||
dsp/spectrumscopecombovis.cpp\
|
dsp/spectrumscopecombovis.cpp\
|
||||||
dsp/spectrumscopengcombovis.cpp\
|
dsp/spectrumscopengcombovis.cpp\
|
||||||
dsp/scopevis.cpp\
|
dsp/scopevis.cpp\
|
||||||
|
dsp/scopevisng.cpp\
|
||||||
dsp/spectrumvis.cpp\
|
dsp/spectrumvis.cpp\
|
||||||
dsp/threadedbasebandsamplesink.cpp\
|
dsp/threadedbasebandsamplesink.cpp\
|
||||||
dsp/threadedbasebandsamplesource.cpp\
|
dsp/threadedbasebandsamplesource.cpp\
|
||||||
@ -178,6 +178,7 @@ HEADERS += mainwindow.h\
|
|||||||
dsp/spectrumscopecombovis.h\
|
dsp/spectrumscopecombovis.h\
|
||||||
dsp/spectrumscopengcombovis.h\
|
dsp/spectrumscopengcombovis.h\
|
||||||
dsp/scopevis.h\
|
dsp/scopevis.h\
|
||||||
|
dsp/scopevisng.h\
|
||||||
dsp/spectrumvis.h\
|
dsp/spectrumvis.h\
|
||||||
dsp/threadedbasebandsamplesink.h\
|
dsp/threadedbasebandsamplesink.h\
|
||||||
dsp/threadedbasebandsamplesource.h\
|
dsp/threadedbasebandsamplesource.h\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user