1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-15 21:01:45 -05:00

Remove unused libraries

This commit is contained in:
Jon Beniston 2023-01-02 15:31:51 +00:00
parent edb63f7d8a
commit 125bbdfabf

View File

@ -34,7 +34,7 @@ if(NOT SERVER_MODE)
) )
set(TARGET_NAME demodpacket) set(TARGET_NAME demodpacket)
set(TARGET_LIB "Qt::Widgets" Qt::Quick Qt::QuickWidgets Qt::Positioning) set(TARGET_LIB "Qt::Widgets")
set(TARGET_LIB_GUI "sdrgui") set(TARGET_LIB_GUI "sdrgui")
set(INSTALL_FOLDER ${INSTALL_PLUGINS_DIR}) set(INSTALL_FOLDER ${INSTALL_PLUGINS_DIR})
else() else()