2016-06-28 08:20:47 +00:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for MacOS builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = sdrbase
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += devices
|
|
|
|
SUBDIRS += fcdhid
|
|
|
|
SUBDIRS += fcdlib
|
|
|
|
SUBDIRS += mbelib
|
|
|
|
SUBDIRS += dsdcc
|
2016-06-28 08:20:47 +00:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
|
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += plugins/samplesource/hackrfinput
|
2016-10-19 20:32:14 +00:00
|
|
|
SUBDIRS += plugins/samplesink/filesink
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
2016-10-18 11:58:58 +00:00
|
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += plugins/channelrx/chanalyzerng
|
2016-10-18 11:58:58 +00:00
|
|
|
SUBDIRS += plugins/channelrx/demodam
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += plugins/channelrx/demodatv
|
2016-10-18 11:58:58 +00:00
|
|
|
SUBDIRS += plugins/channelrx/demodbfm
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += plugins/channelrx/demoddsd
|
2016-10-18 11:58:58 +00:00
|
|
|
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 16:04:15 +00:00
|
|
|
SUBDIRS += plugins/channeltx/modam
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += plugins/channeltx/modatv
|
2016-12-17 07:01:23 +00:00
|
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
|
|
SUBDIRS += plugins/channeltx/modwfm
|
2016-06-28 08:20:47 +00:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|