diff --git a/plugins/channel/tcpsrc/tcpsrc.pro b/plugins/channel/tcpsrc/tcpsrc.pro index f40ada394..121ebdff2 100644 --- a/plugins/channel/tcpsrc/tcpsrc.pro +++ b/plugins/channel/tcpsrc/tcpsrc.pro @@ -7,7 +7,7 @@ TEMPLATE = lib CONFIG += plugin -QT += core gui widgets multimedia network +QT += core gui widgets multimedia network opengl TARGET = tcpsrc INCLUDEPATH += $$PWD diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 7937788e2..3b65ad55b 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -16,6 +16,7 @@ SUBDIRS += plugins/channel/demodlora SUBDIRS += plugins/channel/demodnfm SUBDIRS += plugins/channel/demodssb SUBDIRS += plugins/channel/demodwfm +SUBDIRS += plugins/channel/tcpsrc # Main app must be last CONFIG += ordered