2016-06-28 10:20:47 +02:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for MacOS builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
2018-12-27 09:48:30 +01:00
|
|
|
SUBDIRS = qrtplib
|
|
|
|
SUBDIRS += httpserver
|
2018-03-13 13:50:34 +01:00
|
|
|
SUBDIRS += swagger
|
|
|
|
SUBDIRS += logging
|
2019-01-01 15:30:20 +01:00
|
|
|
|
2018-03-13 13:50:34 +01:00
|
|
|
SUBDIRS += sdrbase
|
2017-10-22 19:31:11 +02:00
|
|
|
SUBDIRS += sdrgui
|
2019-01-01 15:30:20 +01:00
|
|
|
|
2017-05-15 12:32:16 +02:00
|
|
|
SUBDIRS += fcdhid
|
|
|
|
SUBDIRS += fcdlib
|
|
|
|
SUBDIRS += mbelib
|
|
|
|
SUBDIRS += dsdcc
|
2018-03-13 13:50:34 +01:00
|
|
|
SUBDIRS += cm256cc
|
2019-01-01 15:30:20 +01:00
|
|
|
|
|
|
|
SUBDIRS += libairspy
|
|
|
|
SUBDIRS += libairspyhf
|
|
|
|
SUBDIRS += libbladerf
|
|
|
|
SUBDIRS += libhackrf
|
|
|
|
SUBDIRS += liblimesuite
|
|
|
|
#SUBDIRS += libmirisdr
|
|
|
|
SUBDIRS += libperseus
|
|
|
|
SUBDIRS += librtlsdr
|
|
|
|
SUBDIRS += libsoapysdr
|
|
|
|
|
|
|
|
SUBDIRS += devices
|
|
|
|
|
|
|
|
SUBDIRS += plugins/samplesource/airspy
|
|
|
|
SUBDIRS += plugins/samplesource/airspyhf
|
|
|
|
SUBDIRS += plugins/samplesource/bladerf1input
|
|
|
|
SUBDIRS += plugins/samplesource/bladerf2input
|
|
|
|
SUBDIRS += plugins/samplesource/fcdpro
|
|
|
|
SUBDIRS += plugins/samplesource/fcdproplus
|
2016-06-28 10:20:47 +02:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
2017-05-15 12:32:16 +02:00
|
|
|
SUBDIRS += plugins/samplesource/hackrfinput
|
2019-01-01 15:30:20 +01:00
|
|
|
SUBDIRS += plugins/samplesource/limesdrinput
|
|
|
|
SUBDIRS += plugins/samplesource/perseus
|
|
|
|
SUBDIRS += plugins/samplesource/plutosdrinput
|
2018-12-27 09:48:30 +01:00
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
2019-02-03 01:52:11 +01:00
|
|
|
SUBDIRS += plugins/samplesource/remoteinput
|
2019-01-01 15:30:20 +01:00
|
|
|
SUBDIRS += plugins/samplesource/sdrplay
|
|
|
|
SUBDIRS += plugins/samplesource/soapysdrinput
|
|
|
|
SUBDIRS += plugins/samplesource/testsource
|
|
|
|
|
|
|
|
SUBDIRS += plugins/samplesink/bladerf1output
|
|
|
|
SUBDIRS += plugins/samplesink/bladerf2output
|
2016-10-19 22:32:14 +02:00
|
|
|
SUBDIRS += plugins/samplesink/filesink
|
2017-05-15 12:32:16 +02:00
|
|
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
2019-01-01 15:30:20 +01:00
|
|
|
SUBDIRS += plugins/samplesink/limesdroutput
|
|
|
|
SUBDIRS += plugins/samplesink/plutosdroutput
|
2019-02-03 01:52:11 +01:00
|
|
|
SUBDIRS += plugins/samplesink/remoteoutput
|
2019-01-01 15:30:20 +01:00
|
|
|
SUBDIRS += plugins/samplesink/soapysdroutput
|
|
|
|
|
2016-10-18 13:58:58 +02:00
|
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
2019-02-03 01:52:11 +01:00
|
|
|
SUBDIRS += plugins/channelrx/remotesink
|
2016-10-18 13:58:58 +02:00
|
|
|
SUBDIRS += plugins/channelrx/demodam
|
2019-01-01 15:30:20 +01:00
|
|
|
#SUBDIRS += plugins/channelrx/demodatv
|
2016-10-18 13:58:58 +02:00
|
|
|
SUBDIRS += plugins/channelrx/demodbfm
|
2019-01-01 15:30:20 +01:00
|
|
|
SUBDIRS += plugins/channelrx/demodatv
|
2017-05-15 12:32:16 +02:00
|
|
|
SUBDIRS += plugins/channelrx/demoddsd
|
2016-10-18 13:58:58 +02:00
|
|
|
SUBDIRS += plugins/channelrx/demodlora
|
|
|
|
SUBDIRS += plugins/channelrx/demodnfm
|
|
|
|
SUBDIRS += plugins/channelrx/demodssb
|
|
|
|
SUBDIRS += plugins/channelrx/demodwfm
|
2018-12-27 09:48:30 +01:00
|
|
|
SUBDIRS += plugins/channelrx/udpsink
|
2019-01-01 15:30:20 +01:00
|
|
|
|
2019-02-03 01:52:11 +01:00
|
|
|
SUBDIRS += plugins/channeltx/remotesource
|
2016-10-20 18:04:15 +02:00
|
|
|
SUBDIRS += plugins/channeltx/modam
|
2017-05-15 12:32:16 +02:00
|
|
|
SUBDIRS += plugins/channeltx/modatv
|
2016-12-17 08:01:23 +01:00
|
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
|
|
SUBDIRS += plugins/channeltx/modwfm
|
2018-12-27 09:48:30 +01:00
|
|
|
SUBDIRS += plugins/channeltx/udpsource
|
2016-06-28 10:20:47 +02:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|