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