Added missing subdirs to .pro files

pull/27/head
f4exb 2016-12-17 08:01:23 +01:00
rodzic 33a0e6210a
commit 1e055bb93c
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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