--- CMakeLists.txt.orig	2023-04-28 17:35:04 UTC
+++ CMakeLists.txt
@@ -121,10 +121,7 @@ else()
 endif()
 
 # 3rd Party Dependency Stuff
-find_package(Qt6 QUIET COMPONENTS Core Network Widgets Svg SvgWidgets)
-if(NOT Qt6_FOUND)
     find_package(Qt5 REQUIRED COMPONENTS Core Network Widgets Svg)
-endif()
 include(FindPkgConfig)
 find_package(Gnuradio-osmosdr REQUIRED)
 
