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(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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue