From 9a60088c0530c1bca6094151c856e02640583fdc Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 18 Oct 2016 13:58:58 +0200 Subject: [PATCH] TxRx semantic move: renamed channel folder in the sdrangel Mac OS .pro file --- sdrangel.macos.pro | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sdrangel.macos.pro b/sdrangel.macos.pro index d711c86c0..8ed472bc8 100644 --- a/sdrangel.macos.pro +++ b/sdrangel.macos.pro @@ -15,15 +15,15 @@ SUBDIRS += plugins/samplesource/sdrdaemon SUBDIRS += plugins/samplesource/rtlsdr SUBDIRS += plugins/samplesource/hackrf SUBDIRS += plugins/samplesource/airspy -SUBDIRS += plugins/channel/chanalyzer -SUBDIRS += plugins/channel/demodam -SUBDIRS += plugins/channel/demodbfm -SUBDIRS += plugins/channel/demodlora -SUBDIRS += plugins/channel/demodnfm -SUBDIRS += plugins/channel/demodssb -SUBDIRS += plugins/channel/demodwfm -SUBDIRS += plugins/channel/tcpsrc -SUBDIRS += plugins/channel/udpsrc +SUBDIRS += plugins/channelrx/chanalyzer +SUBDIRS += plugins/channelrx/demodam +SUBDIRS += plugins/channelrx/demodbfm +SUBDIRS += plugins/channelrx/demodlora +SUBDIRS += plugins/channelrx/demodnfm +SUBDIRS += plugins/channelrx/demodssb +SUBDIRS += plugins/channelrx/demodwfm +SUBDIRS += plugins/channelrx/tcpsrc +SUBDIRS += plugins/channelrx/udpsrc # Main app must be last CONFIG += ordered