diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro
index b260e6ca2..82d2cc564 100644
--- a/sdrangel.windows.pro
+++ b/sdrangel.windows.pro
@@ -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
diff --git a/sdrbase/sdrbase.pro b/sdrbase/sdrbase.pro
index 76c2dfbc8..f5612645e 100644
--- a/sdrbase/sdrbase.pro
+++ b/sdrbase/sdrbase.pro
@@ -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\