1
0
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:
f4exb 2016-12-17 08:01:23 +01:00
parent 33a0e6210a
commit 1e055bb93c
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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