mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
f6312ce828
commit
2c4aa67c15
@ -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()
|
||||
|
||||
# --------------------------------------------------------------------------------------------------
|
||||
|
||||
@ -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)
|
||||
|
||||
BIN
xTools.png
BIN
xTools.png
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 170 KiB |
Loading…
Reference in New Issue
Block a user