mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 00:11:14 -04:00
36 lines
1.0 KiB
INI
36 lines
1.0 KiB
INI
#--------------------------------------------------------
|
|
#
|
|
# Pro file for MacOS builds with Qt Creator
|
|
#
|
|
#--------------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = sdrbase
|
|
SUBDIRS += lz4
|
|
SUBDIRS += librtlsdr
|
|
SUBDIRS += libhackrf
|
|
SUBDIRS += libairspy
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
SUBDIRS += plugins/samplesource/sdrdaemon
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
|
SUBDIRS += plugins/samplesource/hackrf
|
|
SUBDIRS += plugins/samplesource/airspy
|
|
SUBDIRS += plugins/samplesink/filesink
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
|
SUBDIRS += plugins/channelrx/demodam
|
|
SUBDIRS += plugins/channelrx/demodbfm
|
|
SUBDIRS += plugins/channelrx/demodlora
|
|
SUBDIRS += plugins/channelrx/demodnfm
|
|
SUBDIRS += plugins/channelrx/demodssb
|
|
SUBDIRS += plugins/channelrx/demodwfm
|
|
SUBDIRS += plugins/channelrx/tcpsrc
|
|
SUBDIRS += plugins/channelrx/udpsrc
|
|
SUBDIRS += plugins/channeltx/modam
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
SUBDIRS += plugins/channeltx/modwfm
|
|
|
|
# Main app must be last
|
|
CONFIG += ordered
|
|
SUBDIRS += app
|