Revert finding some Qt parts in cmake that appear to be causing issues

with build on older versions of linux (ubuntu22.04)
This commit is contained in:
AdenKoperczak 2024-11-29 15:07:04 -05:00
parent 0dcc6ef4b1
commit d64eb762b4

View file

@ -21,9 +21,7 @@ find_package(Python COMPONENTS Interpreter)
find_package(SQLite3)
find_package(QT NAMES Qt6
COMPONENTS BuildInternals
Core
Gui
COMPONENTS Gui
LinguistTools
Multimedia
Network
@ -37,9 +35,7 @@ find_package(QT NAMES Qt6
REQUIRED)
find_package(Qt${QT_VERSION_MAJOR}
COMPONENTS BuildInternals
Core
Gui
COMPONENTS Gui
LinguistTools
Multimedia
Network