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