use uv to run test, more fixes
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user