qtflow
v0.3.0
Published
A Qt/CMake workflow CLI for configure, build, test, and check commands.
Readme
qtflow
A small Qt/CMake workflow CLI that lets AI coding agents (and humans) compile and test Qt projects easily — especially on Windows/MSVC — without rediscovering CMake / CTest / Visual Studio setup every time.
让 AI 方便地编译、测试 Qt(CMake)项目的命令行工具,自动处理 Windows/MSVC 开发者环境。
Install
npm i -g qtflow
qtflow --helpThis installs a prebuilt binary through a platform-specific optional dependency, so no Rust toolchain is required. Supported: Windows x64, Linux x64, macOS x64/arm64.
Quick use
qtflow doctor # inspect project, CMake/CTest, build dirs, MSVC
qtflow init # set up .qtflow.toml + AI agent skills
qtflow check <target> # build a target and run its matching CTestFull documentation and source: https://github.com/wudiyidashi/qtflow
