From 305f2f7fe62ea09830379facb62033b21107a001 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 30 Dec 2017 19:48:48 +0100 Subject: [PATCH] Windows build: ATVMod is built in 64 bit version only due to 64 bit only dependency on OpenCV --- sdrangel.windows.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 275df9f44..b4f5f7e7e 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(MINGW64)SUBDIRS += plugins/channeltx/modatv SUBDIRS += plugins/channeltx/modnfm SUBDIRS += plugins/channeltx/modssb SUBDIRS += plugins/channeltx/modwfm