mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-19 06:41:47 -05:00
Windows build: added tcpsrc channel plugin to the build
This commit is contained in:
parent
4deee87853
commit
0b6f236f43
@ -7,7 +7,7 @@
|
|||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += plugin
|
CONFIG += plugin
|
||||||
|
|
||||||
QT += core gui widgets multimedia network
|
QT += core gui widgets multimedia network opengl
|
||||||
|
|
||||||
TARGET = tcpsrc
|
TARGET = tcpsrc
|
||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
@ -16,6 +16,7 @@ SUBDIRS += plugins/channel/demodlora
|
|||||||
SUBDIRS += plugins/channel/demodnfm
|
SUBDIRS += plugins/channel/demodnfm
|
||||||
SUBDIRS += plugins/channel/demodssb
|
SUBDIRS += plugins/channel/demodssb
|
||||||
SUBDIRS += plugins/channel/demodwfm
|
SUBDIRS += plugins/channel/demodwfm
|
||||||
|
SUBDIRS += plugins/channel/tcpsrc
|
||||||
|
|
||||||
# Main app must be last
|
# Main app must be last
|
||||||
CONFIG += ordered
|
CONFIG += ordered
|
||||||
|
Loading…
Reference in New Issue
Block a user