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-08 12:58:53 +00:00
|
|
|
SUBDIRS += plugins/samplesource/filesource
|
2016-03-09 17:42:32 +00:00
|
|
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
2016-03-09 05:39:19 +00:00
|
|
|
SUBDIRS += plugins/channel/demodam
|
|
|
|
SUBDIRS += plugins/channel/chanalyzer
|
2016-03-10 01:54:25 +00:00
|
|
|
SUBDIRS += plugins/channel/demodbfm
|
2016-03-08 05:51:56 +00:00
|
|
|
|
|
|
|
# Main app must be last
|
|
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += app
|