File mingw64-sdrangel-disable-srv.patch of Package mingw64-sdrangel
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05b1f3c..03c7476 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,29 +278,29 @@ endif(WIN32)
qt5_use_modules(sdrangel Widgets Multimedia)
-##############################################################################
-# main server application
-
-set(sdrangelsrv_SOURCES
- appsrv/main.cpp
-)
-
-add_executable(sdrangelsrv
- ${sdrangelsrv_SOURCES}
-)
-
-target_include_directories(sdrangelsrv
- PUBLIC ${CMAKE_SOURCE_DIR}/sdrsrv
-)
-
-target_link_libraries(sdrangelsrv
- sdrbase
- sdrsrv
- logging
- ${QT_LIBRARIES}
-)
-
-qt5_use_modules(sdrangelsrv Multimedia)
+###############################################################################
+## main server application
+#
+#set(sdrangelsrv_SOURCES
+# appsrv/main.cpp
+#)
+#
+#add_executable(sdrangelsrv
+# ${sdrangelsrv_SOURCES}
+#)
+#
+#target_include_directories(sdrangelsrv
+# PUBLIC ${CMAKE_SOURCE_DIR}/sdrsrv
+#)
+#
+#target_link_libraries(sdrangelsrv
+# sdrbase
+# sdrsrv
+# logging
+# ${QT_LIBRARIES}
+#)
+#
+#qt5_use_modules(sdrangelsrv Multimedia)
###############################################################################
## main benchmark application
@@ -357,7 +357,7 @@ endif(LIBUSB_FOUND AND UNIX)
#install targets
install(TARGETS sdrangel DESTINATION bin)
-install(TARGETS sdrangelsrv DESTINATION bin)
+#install(TARGETS sdrangelsrv DESTINATION bin)
#install(TARGETS sdrangelbench DESTINATION bin)
#install(TARGETS sdrbase DESTINATION lib)