1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-12 10:48:42 -04:00

Windows build: added udpsrc channel plugin to the build

This commit is contained in:
f4exb
2016-03-10 03:11:18 +01:00
parent 0b6f236f43
commit 8be4c20f5b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
TEMPLATE = lib
CONFIG += plugin
QT += core gui widgets multimedia network
QT += core gui widgets multimedia network opengl
TARGET = udpsrc
INCLUDEPATH += $$PWD
+1
View File
@@ -17,6 +17,7 @@ SUBDIRS += plugins/channel/demodnfm
SUBDIRS += plugins/channel/demodssb
SUBDIRS += plugins/channel/demodwfm
SUBDIRS += plugins/channel/tcpsrc
SUBDIRS += plugins/channel/udpsrc
# Main app must be last
CONFIG += ordered