mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-18 13:48:37 -04:00
TCP source: created settings object
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user