2016-03-08 05:51:56 +00:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for Android and Windows builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = sdrbase
|
2016-03-09 17:32:03 +00:00
|
|
|
SUBDIRS += lz4
|
2016-03-28 00:34:14 +00:00
|
|
|
CONFIG(MINGW64)SUBDIRS += nanomsg
|
2016-03-24 10:30:06 +00:00
|
|
|
SUBDIRS += fcdhid
|
|
|
|
SUBDIRS += fcdlib
|
2016-03-12 02:17:30 +00:00
|
|
|
SUBDIRS += librtlsdr
|
2016-03-12 23:34:46 +00:00
|
|
|
SUBDIRS += libhackrf
|
2016-03-13 00:22:00 +00:00
|
|
|
SUBDIRS += libairspy
|
2016-03-23 15:49:58 +00:00
|
|
|
SUBDIRS += libbladerf
|
2016-04-24 21:41:31 +00:00
|
|
|
SUBDIRS += mbelib
|
|
|
|
SUBDIRS += dsdcc
|
2016-05-09 11:01:19 +00:00
|
|
|
SUBDIRS += serialdv
|
2016-07-27 16:39:59 +00:00
|
|
|
CONFIG(MINGW64)SUBDIRS += cm256cc
|
2016-03-08 12:58:53 +00:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
2016-03-28 00:34:14 +00:00
|
|
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemon
|
2016-07-27 16:39:59 +00:00
|
|
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonfec
|
2016-03-12 02:17:30 +00:00
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
2016-03-12 23:34:46 +00:00
|
|
|
SUBDIRS += plugins/samplesource/hackrf
|
2016-03-13 00:22:00 +00:00
|
|
|
SUBDIRS += plugins/samplesource/airspy
|
2016-03-23 15:59:53 +00:00
|
|
|
SUBDIRS += plugins/samplesource/bladerf
|
2016-10-19 20:32:14 +00:00
|
|
|
SUBDIRS += plugins/samplesink/filesink
|
2016-10-02 21:41:39 +00:00
|
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
|
|
|
SUBDIRS += plugins/channelrx/demodam
|
|
|
|
SUBDIRS += plugins/channelrx/demodbfm
|
|
|
|
SUBDIRS += plugins/channelrx/demoddsd
|
|
|
|
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
|
2016-11-30 07:32:18 +00:00
|
|
|
SUBDIRS += plugins/channeltx/modnfm
|
2016-03-08 05:51:56 +00:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|