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ยง
- Calls
try_add_resources
and panic on an error. - Runs the build script and exits the process with an appropriate exit code.
- Builds and links a Qt resource file.
- Runs the build script.