From 8be4c20f5b831ecfdaf9130af9ff9dcee8386b77 Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 10 Mar 2016 03:11:18 +0100 Subject: [PATCH] Windows build: added udpsrc channel plugin to the build --- plugins/channel/udpsrc/udpsrc.pro | 2 +- sdrangel.windows.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/channel/udpsrc/udpsrc.pro b/plugins/channel/udpsrc/udpsrc.pro index bc4446555..5eb587ce0 100644 --- a/plugins/channel/udpsrc/udpsrc.pro +++ b/plugins/channel/udpsrc/udpsrc.pro @@ -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 diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 3b65ad55b..c03c576ce 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -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