mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:50:05 +00:00
Merge pull request #308 from AdenKoperczak/remove_additional_qt_comps
Remove additioal qt components
This commit is contained in:
commit
90aaf2bad6
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