mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
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:
parent
0dcc6ef4b1
commit
d64eb762b4
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue