2016-03-08 00:51:56 -05:00
|
|
|
#--------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Pro file for Android and Windows builds with Qt Creator
|
|
|
|
#
|
|
|
|
#--------------------------------------------------------
|
|
|
|
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = sdrbase
|
2016-03-09 12:32:03 -05:00
|
|
|
SUBDIRS += lz4
|
2016-03-11 21:17:30 -05:00
|
|
|
SUBDIRS += librtlsdr
|
2016-03-12 18:34:46 -05:00
|
|
|
SUBDIRS += libhackrf
|
2016-03-08 07:58:53 -05:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
2016-03-09 12:42:32 -05:00
|
|
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
2016-03-11 21:17:30 -05:00
|
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
2016-03-12 18:34:46 -05:00
|
|
|
SUBDIRS += plugins/samplesource/hackrf
|
2016-03-09 00:39:19 -05:00
|
|
|
SUBDIRS += plugins/channel/chanalyzer
|
2016-03-09 20:56:26 -05:00
|
|
|
SUBDIRS += plugins/channel/demodam
|
2016-03-09 20:54:25 -05:00
|
|
|
SUBDIRS += plugins/channel/demodbfm
|
2016-03-09 20:56:26 -05:00
|
|
|
SUBDIRS += plugins/channel/demodlora
|
2016-03-09 20:59:56 -05:00
|
|
|
SUBDIRS += plugins/channel/demodnfm
|
2016-03-09 21:01:44 -05:00
|
|
|
SUBDIRS += plugins/channel/demodssb
|
2016-03-09 21:07:29 -05:00
|
|
|
SUBDIRS += plugins/channel/demodwfm
|
2016-03-09 21:09:54 -05:00
|
|
|
SUBDIRS += plugins/channel/tcpsrc
|
2016-03-09 21:11:18 -05:00
|
|
|
SUBDIRS += plugins/channel/udpsrc
|
2016-03-08 00:51:56 -05:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|