blob: 1035f9a0a6094ad323ad1a183d74e22e8a61ac9b (
plain)
1
2
3
4
5
|
## Separate functions for qt preprocess
`qt.preprocess` is a large, complicated function that does a lot of things,
a new set of `compile_*` functions have been provided as well. These are
conceptually simpler, as they do a single thing.
|