1
0
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:
f4exb 2017-01-30 02:22:18 +01:00
parent a36870f958
commit 2f515d9379
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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\