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-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-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-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-03-08 06:51:56 +01:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|