Skip to content

Commit

Permalink
Merge pull request #308 from AdenKoperczak/remove_additional_qt_comps
Browse files Browse the repository at this point in the history
Remove additioal qt components
  • Loading branch information
dpaulat authored Nov 30, 2024
2 parents 0dcc6ef + d64eb76 commit 90aaf2b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scwx-qt/scwx-qt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90aaf2b

Please sign in to comment.