# qt_serial_tools **Repository Path**: quit-smoking/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**: 0 - **Forks**: 1 - **Created**: 2025-05-29 - **Last Updated**: 2025-06-30 ## 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 ```