--- src/CMakeLists.txt.orig	2023-04-01 21:01:51 UTC
+++ src/CMakeLists.txt
@@ -10,7 +10,6 @@ find_package(GoogleGumboParser REQUIRED)
 find_package(Qt6 REQUIRED COMPONENTS
     Core
     Gui
-    LinguistTools
     Network
     Widgets
 )
@@ -72,6 +71,7 @@ target_compile_definitions(${TARGET_NAME}
         UNICODE
 )
 
+if(false)
 qt_add_translations(${TARGET_NAME}
     TS_FILES
         ${CMAKE_SOURCE_DIR}/src/locale/dza_ar_EG.ts  # Arabic
@@ -93,6 +93,7 @@ qt_add_translations(${TARGET_NAME}
     QM_FILES_OUTPUT_VARIABLE
         qm_files
 )
+endif()
 
 if(MSVC OR MSYS OR MINGW) # for detecting Windows compilers
 
@@ -123,7 +124,7 @@ else() # MacOS or Unix Compilers
     target_link_libraries(${TARGET_NAME}
         PRIVATE
             ${GoogleGumboParser_LIBRARIES}
-            ${LibtorrentRasterbar_LIBRARIES}
+            LibtorrentRasterbar::torrent-rasterbar
 
             Threads::Threads
 
