2016-06-28 04:20:47 -04:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for MacOS builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = sdrbase
|
|
|
|
SUBDIRS += lz4
|
|
|
|
SUBDIRS += librtlsdr
|
|
|
|
SUBDIRS += libhackrf
|
|
|
|
SUBDIRS += libairspy
|
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
|
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
|
|
|
SUBDIRS += plugins/samplesource/hackrf
|
|
|
|
SUBDIRS += plugins/samplesource/airspy
|
2016-10-19 16:32:14 -04:00
|
|
|
SUBDIRS += plugins/samplesink/filesink
|
2016-10-18 07:58:58 -04:00
|
|
|
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
|
2016-10-20 12:04:15 -04:00
|
|
|
SUBDIRS += plugins/channeltx/modam
|
2016-12-17 02:01:23 -05:00
|
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
|
|
SUBDIRS += plugins/channeltx/modwfm
|
2016-06-28 04:20:47 -04:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|