1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 10:05:46 -05:00

SDRdaemonFEC: added a settings class

This commit is contained in:
f4exb 2017-06-08 00:29:15 +02:00
parent a60fac0679
commit 407976d4c3
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ set(sdrdaemonfec_SOURCES
sdrdaemonfecbuffer.cpp
sdrdaemonfecgui.cpp
sdrdaemonfecinput.cpp
sdrdaemonfecsettings.cpp
sdrdaemonfecplugin.cpp
sdrdaemonfecudphandler.cpp
)
@ -23,6 +24,7 @@ set(sdrdaemonfec_HEADERS
sdrdaemonfecbuffer.h
sdrdaemonfecgui.h
sdrdaemonfecinput.h
sdrdaemonfecsettings.h
sdrdaemonfecplugin.h
sdrdaemonfecudphandler.h
)

View File

@ -39,12 +39,14 @@ CONFIG(MINGW64):INCLUDEPATH += "D:\boost_1_58_0"
SOURCES += sdrdaemonfecbuffer.cpp\
sdrdaemonfecgui.cpp\
sdrdaemonfecinput.cpp\
sdrdaemonfecsettings.cpp\
sdrdaemonfecplugin.cpp\
sdrdaemonfecudphandler.cpp
HEADERS += sdrdaemonfecbuffer.h\
sdrdaemonfecgui.h\
sdrdaemonfecinput.h\
sdrdaemonfecsettings.h\
sdrdaemonfecplugin.h\
sdrdaemonfecudphandler.h