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:
parent
e2ff0da18a
commit
62b8a9d95d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user