From 1e055bb93cf49a15075f4ed4cd9423f34ff076a6 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 17 Dec 2016 08:01:23 +0100 Subject: [PATCH] Added missing subdirs to .pro files --- sdrangel.macos.pro | 3 +++ sdrangel.windows.pro | 1 + 2 files changed, 4 insertions(+) diff --git a/sdrangel.macos.pro b/sdrangel.macos.pro index 04248bab6..88e567c61 100644 --- a/sdrangel.macos.pro +++ b/sdrangel.macos.pro @@ -26,6 +26,9 @@ SUBDIRS += plugins/channelrx/demodwfm SUBDIRS += plugins/channelrx/tcpsrc SUBDIRS += plugins/channelrx/udpsrc SUBDIRS += plugins/channeltx/modam +SUBDIRS += plugins/channeltx/modnfm +SUBDIRS += plugins/channeltx/modssb +SUBDIRS += plugins/channeltx/modwfm # Main app must be last CONFIG += ordered diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 4f4309992..0ac47ab12 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -39,6 +39,7 @@ SUBDIRS += plugins/channelrx/udpsrc SUBDIRS += plugins/channeltx/modam SUBDIRS += plugins/channeltx/modnfm SUBDIRS += plugins/channeltx/modssb +SUBDIRS += plugins/channeltx/modwfm # Main app must be last CONFIG += ordered