mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 09:03:57 -07:00
build: update CMake configuration for command zones
Update FindQtRuntime.cmake to support command zone build requirements. This final build system update ensures the command zone feature integrates properly with the existing CMake build infrastructure.
This commit is contained in:
parent
2b8090a69e
commit
cd3d61dfcc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if(WITH_ORACLE)
|
|||
set(_ORACLE_NEEDED Concurrent Network Svg Widgets)
|
||||
endif()
|
||||
if(TEST)
|
||||
set(_TEST_NEEDED Widgets)
|
||||
set(_TEST_NEEDED Test Widgets)
|
||||
endif()
|
||||
|
||||
set(REQUIRED_QT_COMPONENTS ${REQUIRED_QT_COMPONENTS} ${_SERVATRICE_NEEDED} ${_COCKATRICE_NEEDED} ${_ORACLE_NEEDED}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue