mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-03 15:31:15 -05:00
53 lines
1.6 KiB
INI
53 lines
1.6 KiB
INI
#--------------------------------------------------------
|
|
#
|
|
# Pro file for Android and Windows builds with Qt Creator
|
|
#
|
|
#--------------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = sdrbase
|
|
SUBDIRS += devices
|
|
SUBDIRS += lz4
|
|
CONFIG(MINGW64)SUBDIRS += nanomsg
|
|
SUBDIRS += fcdhid
|
|
SUBDIRS += fcdlib
|
|
SUBDIRS += librtlsdr
|
|
SUBDIRS += libhackrf
|
|
SUBDIRS += libairspy
|
|
SUBDIRS += libbladerf
|
|
SUBDIRS += mbelib
|
|
SUBDIRS += dsdcc
|
|
SUBDIRS += serialdv
|
|
CONFIG(MINGW64)SUBDIRS += cm256cc
|
|
SUBDIRS += plugins/samplesource/filesource
|
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemon
|
|
CONFIG(MINGW64)SUBDIRS += plugins/samplesource/sdrdaemonfec
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
|
SUBDIRS += plugins/samplesource/hackrfinput
|
|
SUBDIRS += plugins/samplesource/airspy
|
|
SUBDIRS += plugins/samplesource/bladerfinput
|
|
SUBDIRS += plugins/samplesink/filesink
|
|
SUBDIRS += plugins/samplesink/bladerfoutput
|
|
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
|
|
|
|
# Main app must be last
|
|
CONFIG += ordered
|
|
SUBDIRS += app
|