Merge pull request #308 from AdenKoperczak/remove_additional_qt_comps

Remove additioal qt components
This commit is contained in:
Dan Paulat 2024-11-29 21:32:37 -06:00 committed by GitHub
commit 90aaf2bad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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