From 6c1c4384a1e9f023fb0f499597fe82ce3d050c9a Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 10 Mar 2016 03:01:44 +0100 Subject: [PATCH] Windows build: added demodssb 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 cfed242e3..a4d5c11b7 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -14,6 +14,7 @@ SUBDIRS += plugins/channel/demodam SUBDIRS += plugins/channel/demodbfm SUBDIRS += plugins/channel/demodlora SUBDIRS += plugins/channel/demodnfm +SUBDIRS += plugins/channel/demodssb # Main app must be last CONFIG += ordered