Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/build-help.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can export these before you run the script to set them. There is not specifi

| Build variable | Default if unset | Options | example usage |
| ------------------------------- | ----------------------------------- | ---------------------------------- | -------------------------------------------------------- |
| `libtorrent_version` | `2.0` | `1.2` `2.0` | `export libtorrent_version=2.0` |
| `qbt_libtorrent_version` | `2.0` | `1.2` `2.0` | `export qbt_libtorrent_version=2.0` |
| `qbt_qt_version` | `6.3` | `5.12` `5.15` `6.3` `6.3.1` | `export qbt_qt_version=6.3` |
| `qbt_build_tool` | `qmake` | `cmake` | `export qbt_build_tool=cmake` |
| `qbt_cross_name` | empty = `unset` (default to OS gcc) | `x86_64` `aarch64` `armv7` `armhf` | `export qbt_cross_name=aarch64` |
Expand Down