mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 15:31:15 -05:00
49 lines
1.4 KiB
INI
49 lines
1.4 KiB
INI
#--------------------------------------------------------
|
|
#
|
|
# Pro file for MacOS builds with Qt Creator
|
|
#
|
|
#--------------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = httpserver
|
|
SUBDIRS += swagger
|
|
SUBDIRS += logging
|
|
SUBDIRS += sdrbase
|
|
SUBDIRS += sdrgui
|
|
SUBDIRS += devices
|
|
SUBDIRS += fcdhid
|
|
SUBDIRS += fcdlib
|
|
SUBDIRS += mbelib
|
|
SUBDIRS += dsdcc
|
|
SUBDIRS += cm256cc
|
|
#SUBDIRS += liblimesuite
|
|
#SUBDIRS += librtlsdr
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
SUBDIRS += plugins/samplesource/sdrdaemonsource
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
|
SUBDIRS += plugins/samplesource/hackrfinput
|
|
SUBDIRS += plugins/samplesink/filesink
|
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
|
SUBDIRS += plugins/channelrx/chanalyzerng
|
|
SUBDIRS += plugins/channelrx/demodam
|
|
SUBDIRS += plugins/channelrx/demodatv
|
|
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
|
|
SUBDIRS += plugins/channeltx/modam
|
|
SUBDIRS += plugins/channeltx/modatv
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
SUBDIRS += plugins/channeltx/modwfm
|
|
SUBDIRS += plugins/channeltx/udpsink
|
|
|
|
# Main app must be last
|
|
CONFIG += ordered
|
|
SUBDIRS += app
|