From 87169e10cb7ebe732ef388552bb0c057c09767ef Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Fri, 13 Mar 2026 18:20:35 +0100 Subject: Unified socket slots, --wire-debug CLI flag, fix mock TX and disconnect logging Collapse 12 per-socket slots into 4 sender()-based slots. Replace runtime wireDebug QML property with static --wire-debug CLI flag on both demo and mock server. Route MockServer::sendKaPing through sendReply so KA_PING TX shows wire bytes. Simplify sendReply to deduce command token from wire data. Fix Xpl2Client disconnect logging (logTag takes pointer, null-sender fallback). --- demo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'demo/CMakeLists.txt') diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index dd46473..bdee67f 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -17,3 +17,4 @@ set_target_properties(QtXpl2Demo PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin") target_link_libraries(QtXpl2Demo PRIVATE Qt6::Quick QtXpl2plugin) +target_include_directories(QtXpl2Demo PRIVATE "${PROJECT_SOURCE_DIR}/src") -- cgit v1.2.3