From 4deee8785373932001991b654e886cccd7cef8a8 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 10 Mar 2016 03:07:29 +0100 Subject: [PATCH] Windows build: added demodwfm channel plugin to the build --- sdrangel.windows.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index a4d5c11b7..7937788e2 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -15,6 +15,7 @@ SUBDIRS += plugins/channel/demodbfm SUBDIRS += plugins/channel/demodlora SUBDIRS += plugins/channel/demodnfm SUBDIRS += plugins/channel/demodssb +SUBDIRS += plugins/channel/demodwfm # Main app must be last CONFIG += ordered