mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
20 lines
520 B
INI
20 lines
520 B
INI
#--------------------------------------------------------
|
|
#
|
|
# Pro file for Android and Windows builds with Qt Creator
|
|
#
|
|
#--------------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = sdrbase
|
|
SUBDIRS += lz4
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
|
SUBDIRS += plugins/channel/chanalyzer
|
|
SUBDIRS += plugins/channel/demodam
|
|
SUBDIRS += plugins/channel/demodbfm
|
|
SUBDIRS += plugins/channel/demodlora
|
|
|
|
# Main app must be last
|
|
CONFIG += ordered
|
|
SUBDIRS += app
|