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