1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-07-30 12:42:25 -04:00

TCP source: created settings object

This commit is contained in:
f4exb 2017-10-07 09:33:41 +02:00
parent e2ff0da18a
commit 62b8a9d95d
2 changed files with 6 additions and 2 deletions

View File

@ -4,12 +4,14 @@ set(tcpsrc_SOURCES
tcpsrc.cpp
tcpsrcgui.cpp
tcpsrcplugin.cpp
tcpsrcsettings.cpp
)
set(tcpsrc_HEADERS
tcpsrc.h
tcpsrcgui.h
tcpsrcplugin.h
tcpsrcsettings.h
)
set(tcpsrc_FORMS

View File

@ -25,11 +25,13 @@ CONFIG(Debug):build_subdir = debug
SOURCES += tcpsrc.cpp\
tcpsrcgui.cpp\
tcpsrcplugin.cpp
tcpsrcplugin.cpp\
tcpsrcsettings.cpp
HEADERS += tcpsrc.h\
tcpsrcgui.h\
tcpsrcplugin.h
tcpsrcplugin.h\
tcpsrcsettings.h
FORMS += tcpsrcgui.ui