Skip to content

Commit

Permalink
Revert finding some Qt parts in cmake that appear to be causing issues
Browse files Browse the repository at this point in the history
with build on older versions of linux (ubuntu22.04)
  • Loading branch information
AdenKoperczak authored and dpaulat committed Nov 30, 2024
1 parent 5dd3013 commit e8612af
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 e8612af

Please sign in to comment.