# qt_serial_tools **Repository Path**: moieo/qt_serial_tools ## Basic Information - **Project Name**: qt_serial_tools - **Description**: 跨平台的串口调试助手 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-02-28 - **Last Updated**: 2025-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这只是一个串口调试助手的源代码罢了 # 构建说明 ```bash # 使用已安装的Qt5环境 export PKG_CONFIG_PATH=/opt/developers/qt/5.15.2/gcc_64/lib/pkgconfig:$PKG_CONFIG_PATH # 初始化项目 meson setup builddir # 编译项目 meson compile -C builddir ```