Crate qt_ritual_build

Source
Expand description

Implementation of build script for all Qt crates

See README of the repository root for more information.

The build script uses qmake available in PATH to determine paths to the Qt installation and passes them to ritual_build.

Functionsยง

add_resources
Calls try_add_resources and panic on an error.
run
Runs the build script and exits the process with an appropriate exit code.
try_add_resources
Builds and links a Qt resource file.
try_run
Runs the build script.