File qbittorrent-fix_boost_1.66_detection.patch of Package qbittorrent
Index: qbittorrent-4.4.1/src/CMakeLists.txt
===================================================================
--- qbittorrent-4.4.1.orig/src/CMakeLists.txt
+++ qbittorrent-4.4.1/src/CMakeLists.txt
@@ -40,7 +40,7 @@ endif()
# force variable type so that it always shows up in ccmake/cmake-gui frontends
set_property(CACHE LibtorrentRasterbar_DIR PROPERTY TYPE PATH)
-find_package(Boost ${minBoostVersion} REQUIRED)
+find_package(Boost ${minBoostVersion} REQUIRED COMPONENTS system)
find_package(OpenSSL ${minOpenSSLVersion} REQUIRED)
find_package(ZLIB ${minZlibVersion} REQUIRED)
if (QT6)