use uv to run test, more fixes

This commit is contained in:
2026-07-07 23:43:48 +08:00
parent f7d6a51220
commit 268483577e
16 changed files with 705 additions and 127 deletions

View File

@@ -21,8 +21,9 @@ include(FetchContent)
FetchContent_Declare(
qtmcp
GIT_REPOSITORY https://github.com/signal-slot/qtmcp.git
GIT_TAG main # TODO: pin to a released tag/commit for reproducibility
GIT_TAG 2706345c44e282aba15cf020608af2283e9fb5f9
GIT_SHALLOW TRUE
GIT_REMOTE_UPDATE_STRATEGY CHECKOUT
)
# Qt-prefixed vars (NOT BUILD_EXAMPLES) — verified to suppress example/test build.
set(QT_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
@@ -44,6 +45,8 @@ add_executable(qml-sg-mcp-bridge
src/scenegraph_tools.h
src/material_interface.cpp
src/material_interface.h
src/quickinspector_proxy.cpp
src/quickinspector_proxy.h
src/quickinspector_types.h
)