chore: update files of project

This commit is contained in:
x-tools-author 2024-04-20 16:58:58 +08:00
parent f6312ce828
commit 2c4aa67c15
3 changed files with 12 additions and 3 deletions

View File

@ -17,7 +17,7 @@ set(WITH_GFLAGS OFF)
set(BUILD_TESTING OFF)
set(BUILD_SHARED_LIBS OFF)
set(WITHOUT_PNG ON)
set(WITH_TOOLS NO)
set(WITH_TOOLS OFF)
# --------------------------------------------------------------------------------------------------
# Qt module
@ -80,8 +80,8 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/Private/CMakeLists.txt)
if(X_TOOLS_ENABLE_MODULE_PRIVATE)
include_directories(${CMAKE_SOURCE_DIR}/Private/Common/Source)
add_compile_definitions(X_TOOLS_ENABLE_MODULE_PRIVATE)
add_subdirectory(${CMAKE_SOURCE_DIR}/Private)
endif()
add_subdirectory(${CMAKE_SOURCE_DIR}/Private)
endif()
# --------------------------------------------------------------------------------------------------

View File

@ -7,7 +7,16 @@
添加ble外围设备调试功能非windows平台
添加sctp客户端与服务器调试功能非windows平台
V5.0.0 2023年xx月xx日
V6.0.0 2024年04月20日
新特性软件改名为xTools
01. 全新的软件外观
02. 全新的数据转发模块
03. 添加mDNS扫描工具
04. 添加文件合并工具
05. 添加二维码生成工具(目前仅对开发者开放)
06. 添加批量ping工具
V5.0.0 2023年xx月xx日(不再发布)
新特性:
01. 全新的ui布局
02. 支持BLE设备调试BLE Center

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 170 KiB