mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 00:11:16 -05:00
b743943c70
Project files with MacOS clang RPATH to use proper paths for shared objects. Minor path updates in favor of loading plugin libs. Deployment script packaging using Qt way(macdeployqt).
51 lines
1.5 KiB
INI
51 lines
1.5 KiB
INI
#--------------------------------------------------------
|
|
#
|
|
# Pro file for MacOS builds with Qt Creator
|
|
#
|
|
#--------------------------------------------------------
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = qrtplib
|
|
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/hackrfinput
|
|
SUBDIRS += plugins/samplesource/rtlsdr
|
|
SUBDIRS += plugins/samplesink/filesink
|
|
SUBDIRS += plugins/samplesink/sdrdaemonsink
|
|
SUBDIRS += plugins/samplesink/hackrfoutput
|
|
SUBDIRS += plugins/channelrx/chanalyzer
|
|
#SUBDIRS += plugins/channelrx/daemonsink
|
|
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/udpsink
|
|
#SUBDIRS += plugins/channeltx/daemonsource
|
|
SUBDIRS += plugins/channeltx/modam
|
|
SUBDIRS += plugins/channeltx/modatv
|
|
SUBDIRS += plugins/channeltx/modnfm
|
|
SUBDIRS += plugins/channeltx/modssb
|
|
SUBDIRS += plugins/channeltx/modwfm
|
|
SUBDIRS += plugins/channeltx/udpsource
|
|
|
|
# Main app must be last
|
|
CONFIG += ordered
|
|
SUBDIRS += app
|