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.