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