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