diff --git a/plugins/channelrx/chanalyzer/CMakeLists.txt b/plugins/channelrx/chanalyzer/CMakeLists.txt index 8c137bdc1..f1dfbbb6a 100644 --- a/plugins/channelrx/chanalyzer/CMakeLists.txt +++ b/plugins/channelrx/chanalyzer/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(chanalyzer sdrbase ) -qt5_use_modules(chanalyzer Core Widgets OpenGL Multimedia) +qt5_use_modules(chanalyzer Core Widgets ) install(TARGETS chanalyzer DESTINATION lib/plugins/channelrx) diff --git a/plugins/channelrx/demodam/CMakeLists.txt b/plugins/channelrx/demodam/CMakeLists.txt index 6eae7ea2d..0c6721c3b 100644 --- a/plugins/channelrx/demodam/CMakeLists.txt +++ b/plugins/channelrx/demodam/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(demodam sdrbase ) -qt5_use_modules(demodam Core Widgets OpenGL Multimedia) +qt5_use_modules(demodam Core Widgets) install(TARGETS demodam DESTINATION lib/plugins/channelrx) \ No newline at end of file diff --git a/plugins/channelrx/demodbfm/CMakeLists.txt b/plugins/channelrx/demodbfm/CMakeLists.txt index a9328ad6b..82de4604d 100644 --- a/plugins/channelrx/demodbfm/CMakeLists.txt +++ b/plugins/channelrx/demodbfm/CMakeLists.txt @@ -47,6 +47,6 @@ target_link_libraries(demodbfm sdrbase ) -qt5_use_modules(demodbfm Core Widgets OpenGL Multimedia) +qt5_use_modules(demodbfm Core Widgets) install(TARGETS demodbfm DESTINATION lib/plugins/channelrx) diff --git a/plugins/channelrx/demoddsd/CMakeLists.txt b/plugins/channelrx/demoddsd/CMakeLists.txt index dfa00a545..04823c5a4 100644 --- a/plugins/channelrx/demoddsd/CMakeLists.txt +++ b/plugins/channelrx/demoddsd/CMakeLists.txt @@ -64,6 +64,6 @@ target_link_libraries(demoddsd endif (BUILD_DEBIAN) -qt5_use_modules(demoddsd Core Widgets OpenGL Multimedia) +qt5_use_modules(demoddsd Core Widgets) install(TARGETS demoddsd DESTINATION lib/plugins/channelrx) diff --git a/plugins/channelrx/demodlora/CMakeLists.txt b/plugins/channelrx/demodlora/CMakeLists.txt index 14c0965fe..a61d639cd 100644 --- a/plugins/channelrx/demodlora/CMakeLists.txt +++ b/plugins/channelrx/demodlora/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(demodlora sdrbase ) -qt5_use_modules(demodlora Core Widgets OpenGL Multimedia) +qt5_use_modules(demodlora Core Widgets) install(TARGETS demodlora DESTINATION lib/plugins/channelrx) diff --git a/plugins/channelrx/demodnfm/CMakeLists.txt b/plugins/channelrx/demodnfm/CMakeLists.txt index 13041c1a0..7584754b7 100644 --- a/plugins/channelrx/demodnfm/CMakeLists.txt +++ b/plugins/channelrx/demodnfm/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(demodnfm sdrbase ) -qt5_use_modules(demodnfm Core Widgets OpenGL Multimedia) +qt5_use_modules(demodnfm Core Widgets) install(TARGETS demodnfm DESTINATION lib/plugins/channelrx) \ No newline at end of file diff --git a/plugins/channelrx/demodssb/CMakeLists.txt b/plugins/channelrx/demodssb/CMakeLists.txt index 24f7e4a6b..f1b1449f1 100644 --- a/plugins/channelrx/demodssb/CMakeLists.txt +++ b/plugins/channelrx/demodssb/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(demodssb sdrbase ) -qt5_use_modules(demodssb Core Widgets OpenGL Multimedia) +qt5_use_modules(demodssb Core Widgets) install(TARGETS demodssb DESTINATION lib/plugins/channelrx) diff --git a/plugins/channelrx/demodwfm/CMakeLists.txt b/plugins/channelrx/demodwfm/CMakeLists.txt index 30ebebe8a..9a924c4e9 100644 --- a/plugins/channelrx/demodwfm/CMakeLists.txt +++ b/plugins/channelrx/demodwfm/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(demodwfm sdrbase ) -qt5_use_modules(demodwfm Core Widgets OpenGL Multimedia) +qt5_use_modules(demodwfm Core Widgets) install(TARGETS demodwfm DESTINATION lib/plugins/channelrx) \ No newline at end of file diff --git a/plugins/channelrx/tcpsrc/CMakeLists.txt b/plugins/channelrx/tcpsrc/CMakeLists.txt index 03c1b0c9a..89c1ecfe7 100644 --- a/plugins/channelrx/tcpsrc/CMakeLists.txt +++ b/plugins/channelrx/tcpsrc/CMakeLists.txt @@ -40,6 +40,6 @@ target_link_libraries(demodtcpsrc sdrbase ) -qt5_use_modules(demodtcpsrc Core Widgets OpenGL Network) +qt5_use_modules(demodtcpsrc Core Widgets Network) install(TARGETS demodtcpsrc DESTINATION lib/plugins/channelrx) diff --git a/plugins/channelrx/udpsrc/CMakeLists.txt b/plugins/channelrx/udpsrc/CMakeLists.txt index 691cec519..ad8197e15 100644 --- a/plugins/channelrx/udpsrc/CMakeLists.txt +++ b/plugins/channelrx/udpsrc/CMakeLists.txt @@ -39,6 +39,6 @@ target_link_libraries(demodudpsrc sdrbase ) -qt5_use_modules(demodudpsrc Core Widgets OpenGL Network Multimedia) +qt5_use_modules(demodudpsrc Core Widgets Network) install(TARGETS demodudpsrc DESTINATION lib/plugins/channelrx) diff --git a/plugins/channeltx/modam/CMakeLists.txt b/plugins/channeltx/modam/CMakeLists.txt index 23ede6948..7c18a6b08 100644 --- a/plugins/channeltx/modam/CMakeLists.txt +++ b/plugins/channeltx/modam/CMakeLists.txt @@ -38,6 +38,6 @@ target_link_libraries(modam sdrbase ) -qt5_use_modules(modam Core Widgets OpenGL Multimedia) +qt5_use_modules(modam Core Widgets) install(TARGETS modam DESTINATION lib/plugins/channeltx) \ No newline at end of file