[][src]Crate qt_ritual_build

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.