Tab titles show root struct name instead of Untitled, sync MDI tab font with editor, rename MCP pipe/exe to ReclassMcpBridge

This commit is contained in:
iamacontributor
2026-02-13 06:51:09 -07:00
committed by sysadmin
parent b153665059
commit c86a6dbc73
8 changed files with 65 additions and 19 deletions

View File

@@ -62,6 +62,7 @@ add_executable(Reclass
src/mainwindow.h
src/mcp/mcp_bridge.h
src/mcp/mcp_bridge.cpp
$<$<PLATFORM_ID:Windows>:src/app.rc>
)
target_include_directories(Reclass PRIVATE src)
@@ -79,8 +80,8 @@ if(WIN32)
target_link_libraries(Reclass PRIVATE dbghelp dwmapi psapi)
endif()
add_executable(rcx-mcp-stdio tools/rcx-mcp-stdio.cpp)
target_link_libraries(rcx-mcp-stdio PRIVATE ${QT}::Core ${QT}::Network)
add_executable(ReclassMcpBridge tools/rcx-mcp-stdio.cpp)
target_link_libraries(ReclassMcpBridge PRIVATE ${QT}::Core ${QT}::Network)
include(deploy)