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