USRP input: corrected plugin library name

This commit is contained in:
f4exb 2020-10-05 23:49:05 +02:00
parent cb5ffaa47b
commit d0300ef76f
1 changed files with 2 additions and 2 deletions

View File

@ -38,12 +38,12 @@ if(NOT SERVER_MODE)
usrpinputgui.h
)
set(TARGET_NAME inputlusrp)
set(TARGET_NAME inputusrp)
set(TARGET_LIB "Qt5::Widgets")
set(TARGET_LIB_GUI "sdrgui")
set(INSTALL_FOLDER ${INSTALL_PLUGINS_DIR})
else()
set(TARGET_NAME inputlusrpsrv)
set(TARGET_NAME inputusrpsrv)
set(TARGET_LIB "")
set(TARGET_LIB_GUI "")
set(INSTALL_FOLDER ${INSTALL_PLUGINSSRV_DIR})