2016-06-28 08:20:47 +00:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for MacOS builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
2018-03-13 12:50:34 +00:00
|
|
|
SUBDIRS = httpserver
|
|
|
|
SUBDIRS += swagger
|
|
|
|
SUBDIRS += logging
|
|
|
|
SUBDIRS += sdrbase
|
2017-10-22 17:31:11 +00:00
|
|
|
SUBDIRS += sdrgui
|
2017-05-15 10:32:16 +00:00
|
|
|
SUBDIRS += devices
|
|
|
|
SUBDIRS += fcdhid
|
|
|
|
SUBDIRS += fcdlib
|
|
|
|
SUBDIRS += mbelib
|
|
|
|
SUBDIRS += dsdcc
|
2018-03-13 12:50:34 +00:00
|
|
|
SUBDIRS += cm256cc
|
|
|
|
#SUBDIRS += liblimesuite
|
|
|
|
#SUBDIRS += librtlsdr
|
2016-06-28 08:20:47 +00:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
2018-03-13 12:50:34 +00:00
|
|
|
SUBDIRS += plugins/samplesource/sdrdaemonsource
|
2016-06-28 08:20:47 +00:00
|
|
|
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
|
2017-08-21 21:33:47 +00:00
|
|
|
SUBDIRS += plugins/channeltx/udpsink
|
2016-06-28 08:20:47 +00:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|