2017-11-02 07:28:41 -04:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for Android and Windows builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
|
2017-11-24 11:12:53 -05:00
|
|
|
CONFIG += ordered
|
|
|
|
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS = serialdv
|
2017-11-11 05:11:44 -05:00
|
|
|
SUBDIRS += httpserver
|
|
|
|
SUBDIRS += logging
|
2018-03-05 10:40:53 -05:00
|
|
|
SUBDIRS += qrtplib
|
2017-11-17 08:51:16 -05:00
|
|
|
SUBDIRS += swagger
|
2017-11-19 18:10:01 -05:00
|
|
|
SUBDIRS += sdrbase
|
|
|
|
SUBDIRS += sdrgui
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += fcdhid
|
|
|
|
SUBDIRS += fcdlib
|
|
|
|
SUBDIRS += libairspy
|
2018-01-10 20:21:29 -05:00
|
|
|
SUBDIRS += libairspyhf
|
2018-09-26 12:59:52 -04:00
|
|
|
#SUBDIRS += libbladerf
|
2018-01-14 16:26:35 -05:00
|
|
|
SUBDIRS += libhackrf
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += libiio
|
2018-01-14 16:26:35 -05:00
|
|
|
SUBDIRS += liblimesuite
|
2018-02-13 08:25:32 -05:00
|
|
|
SUBDIRS += libperseus
|
2018-01-14 16:26:35 -05:00
|
|
|
SUBDIRS += librtlsdr
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += devices
|
|
|
|
SUBDIRS += mbelib
|
|
|
|
SUBDIRS += dsdcc
|
2018-09-17 03:24:05 -04:00
|
|
|
#SUBDIRS += cm256cc
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/samplesource/airspy
|
2018-01-10 20:21:29 -05:00
|
|
|
SUBDIRS += plugins/samplesource/airspyhf
|
2018-09-26 12:59:52 -04:00
|
|
|
SUBDIRS += plugins/samplesource/bladerf1input
|
2018-09-27 04:50:33 -04:00
|
|
|
SUBDIRS += plugins/samplesource/bladerf2input
|
2018-01-14 16:26:35 -05:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
|
|
SUBDIRS += plugins/samplesource/hackrfinput
|
2018-03-14 03:37:40 -04:00
|
|
|
SUBDIRS += plugins/samplesource/limesdrinput
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/samplesource/plutosdrinput
|
2018-09-17 03:24:05 -04:00
|
|
|
#SUBDIRS += plugins/samplesource/sdrdaemonsource
|
2018-01-14 16:26:35 -05:00
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
|
|
|
SUBDIRS += plugins/samplesource/testsource
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/samplesink/filesink
|
2018-09-27 04:41:55 -04:00
|
|
|
SUBDIRS += plugins/samplesink/bladerf1output
|
2018-10-01 04:30:34 -04:00
|
|
|
SUBDIRS += plugins/samplesink/bladerf2output
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
2018-03-14 03:37:40 -04:00
|
|
|
SUBDIRS += plugins/samplesink/limesdroutput
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/samplesink/plutosdroutput
|
2018-09-17 03:24:05 -04:00
|
|
|
#SUBDIRS += plugins/samplesink/sdrdaemonsink
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
|
|
|
SUBDIRS += plugins/channelrx/demodam
|
|
|
|
SUBDIRS += plugins/channelrx/demodatv
|
|
|
|
SUBDIRS += plugins/channelrx/demodbfm
|
|
|
|
SUBDIRS += plugins/channelrx/demoddsd
|
|
|
|
SUBDIRS += plugins/channelrx/demodlora
|
|
|
|
SUBDIRS += plugins/channelrx/demodnfm
|
|
|
|
SUBDIRS += plugins/channelrx/demodssb
|
|
|
|
SUBDIRS += plugins/channelrx/demodwfm
|
2018-09-16 04:02:54 -04:00
|
|
|
SUBDIRS += plugins/channelrx/udpsink
|
2017-11-02 07:28:41 -04:00
|
|
|
SUBDIRS += plugins/channeltx/modam
|
|
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
|
|
SUBDIRS += plugins/channeltx/modwfm
|
2018-09-12 09:50:40 -04:00
|
|
|
SUBDIRS += plugins/channeltx/udpsource
|
2017-11-02 07:28:41 -04:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
SUBDIRS += app
|