2016-03-08 06:51:56 +01:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for Android and Windows builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = sdrbase
|
2016-03-09 18:32:03 +01:00
|
|
|
SUBDIRS += lz4
|
2016-03-28 02:34:14 +02:00
|
|
|
CONFIG(MINGW64)SUBDIRS += nanomsg
|
2016-03-24 11:30:06 +01:00
|
|
|
SUBDIRS += fcdhid
|
|
|
|
SUBDIRS += fcdlib
|
2016-03-12 03:17:30 +01:00
|
|
|
SUBDIRS += librtlsdr
|
2016-03-13 00:34:46 +01:00
|
|
|
SUBDIRS += libhackrf
|
2016-03-13 01:22:00 +01:00
|
|
|
SUBDIRS += libairspy
|
2016-03-23 16:49:58 +01:00
|
|
|
SUBDIRS += libbladerf
|
2016-03-08 13:58:53 +01:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
2016-03-28 02:34:14 +02:00
|
|
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemon
|
2016-03-12 03:17:30 +01:00
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
2016-03-13 00:34:46 +01:00
|
|
|
SUBDIRS += plugins/samplesource/hackrf
|
2016-03-13 01:22:00 +01:00
|
|
|
SUBDIRS += plugins/samplesource/airspy
|
2016-03-23 16:59:53 +01:00
|
|
|
SUBDIRS += plugins/samplesource/bladerf
|
2016-03-09 06:39:19 +01:00
|
|
|
SUBDIRS += plugins/channel/chanalyzer
|
2016-03-10 02:56:26 +01:00
|
|
|
SUBDIRS += plugins/channel/demodam
|
2016-03-10 02:54:25 +01:00
|
|
|
SUBDIRS += plugins/channel/demodbfm
|
2016-03-10 02:56:26 +01:00
|
|
|
SUBDIRS += plugins/channel/demodlora
|
2016-03-10 02:59:56 +01:00
|
|
|
SUBDIRS += plugins/channel/demodnfm
|
2016-03-10 03:01:44 +01:00
|
|
|
SUBDIRS += plugins/channel/demodssb
|
2016-03-10 03:07:29 +01:00
|
|
|
SUBDIRS += plugins/channel/demodwfm
|
2016-03-10 03:09:54 +01:00
|
|
|
SUBDIRS += plugins/channel/tcpsrc
|
2016-03-10 03:11:18 +01:00
|
|
|
SUBDIRS += plugins/channel/udpsrc
|
2016-03-08 06:51:56 +01:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|