mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Added missing subdirs to .pro files
This commit is contained in:
parent
33a0e6210a
commit
1e055bb93c
@ -26,6 +26,9 @@ 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
|
||||
|
@ -39,6 +39,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user