Skip to content

Commit

Permalink
Manual.md: document qmake6 build-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Jul 2, 2024
1 parent 0d9536c commit 34d6710
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ Additional install arguments can be specified via `make_install_args`.
- `slashpackage` For packages that use the /package hierarchy and package/compile to build,
such as `daemontools` or any `djb` software.

- `qmake` For packages that use Qt4/Qt5 qmake profiles (`*.pro`), qmake arguments
- `qmake` For packages that use Qt5/Qt6 qmake profiles (`*.pro`), qmake arguments
for the configure phase can be passed in via `configure_args`, make build arguments can
be passed in via `make_build_args` and install arguments via `make_install_args`. The build
target can be overridden via `make_build_target` and the install target
Expand Down Expand Up @@ -1130,7 +1130,9 @@ It also creates the `vtargetrun` function to wrap commands in a call to
needed for cross builds and a qmake-wrapper to make `qmake` use this configuration.
This aims to fix cross-builds for when the build-style is mixed: e.g. when in a
`gnu-configure` style the configure script calls `qmake` or a `Makefile` in
`gnu-makefile` style, respectively.
`gnu-makefile` style, respectively. This is for Qt5 packages.

- `qmake6` is like `qmake` but for Qt6.

- `rust` specifies environment variables required for cross-compiling crates via cargo and
for compiling cargo -sys crates. This helper is added by default for packages that use the
Expand Down

0 comments on commit 34d6710

Please sign in to comment.