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-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-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-03-09 05:39:19 +00:00
|
|
|
SUBDIRS += plugins/channel/chanalyzer
|
2016-03-10 01:56:26 +00:00
|
|
|
SUBDIRS += plugins/channel/demodam
|
2016-03-10 01:54:25 +00:00
|
|
|
SUBDIRS += plugins/channel/demodbfm
|
2016-04-24 21:41:31 +00:00
|
|
|
SUBDIRS += plugins/channel/demoddsd
|
2016-03-10 01:56:26 +00:00
|
|
|
SUBDIRS += plugins/channel/demodlora
|
2016-03-10 01:59:56 +00:00
|
|
|
SUBDIRS += plugins/channel/demodnfm
|
2016-03-10 02:01:44 +00:00
|
|
|
SUBDIRS += plugins/channel/demodssb
|
2016-03-10 02:07:29 +00:00
|
|
|
SUBDIRS += plugins/channel/demodwfm
|
2016-03-10 02:09:54 +00:00
|
|
|
SUBDIRS += plugins/channel/tcpsrc
|
2016-03-10 02:11:18 +00:00
|
|
|
SUBDIRS += plugins/channel/udpsrc
|
2016-03-08 05:51:56 +00:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|