mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 20:14:19 -04:00
SoapySDR support: GUI component to deal with ranges with discrete values
This commit is contained in:
@@ -8,6 +8,7 @@ set(soapysdrinput_SOURCES
|
||||
soapysdrinputplugin.cpp
|
||||
soapysdrinputsettings.cpp
|
||||
soapysdrinputthread.cpp
|
||||
discreterangegui.cpp
|
||||
)
|
||||
|
||||
set(soapysdrinput_HEADERS
|
||||
@@ -16,10 +17,12 @@ set(soapysdrinput_HEADERS
|
||||
soapysdrinputplugin.h
|
||||
soapysdrinputsettings.h
|
||||
soapysdrinputthread.h
|
||||
discreterangegui.h
|
||||
)
|
||||
|
||||
set(soapysdrinput_FORMS
|
||||
soapysdrinputgui.ui
|
||||
discreterangegui.ui
|
||||
)
|
||||
|
||||
if (BUILD_DEBIAN)
|
||||
|
||||
Reference in New Issue
Block a user