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:
DawnFire42 2026-02-25 13:39:30 -05:00
parent 2b8090a69e
commit cd3d61dfcc

View file

@ -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}