From 702cb4d0d7f7ae9f044e844aca79608c60991e9e Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 10 Mar 2016 02:56:26 +0100 Subject: [PATCH] Windows build: added demodlora channel plugin to the build --- sdrangel.windows.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index ef2ef52c6..aeb71b089 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -9,9 +9,10 @@ SUBDIRS = sdrbase SUBDIRS += lz4 SUBDIRS += plugins/samplesource/filesource SUBDIRS += plugins/samplesource/sdrdaemon -SUBDIRS += plugins/channel/demodam SUBDIRS += plugins/channel/chanalyzer +SUBDIRS += plugins/channel/demodam SUBDIRS += plugins/channel/demodbfm +SUBDIRS += plugins/channel/demodlora # Main app must be last CONFIG += ordered