From 9db691b18712ef0e5c020d0057f55b13495c3c73 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 30 Dec 2017 19:17:44 +0100 Subject: [PATCH] Windows build: corrected MacOS exclusion of ATVMod --- sdrangel.windows.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 75de2ce60..275df9f44 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -54,7 +54,7 @@ SUBDIRS += plugins/channelrx/demodwfm SUBDIRS += plugins/channelrx/tcpsrc SUBDIRS += plugins/channelrx/udpsrc SUBDIRS += plugins/channeltx/modam -CONFIG(macx)SUBDIRS += plugins/channeltx/modatv +CONFIG(!macx)SUBDIRS += plugins/channeltx/modatv SUBDIRS += plugins/channeltx/modnfm SUBDIRS += plugins/channeltx/modssb SUBDIRS += plugins/channeltx/modwfm