parent
a7f3703440
commit
42d27f05c6
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
## The qt modules now accept generated outputs as inputs for qt.compile_* |
||||||
|
|
||||||
|
This means you can uset `custom_target`, custom_target indecies |
||||||
|
(`custom_target[0]`, for example), or the output of `generator.process` as |
||||||
|
inputs to the various `qt.compile_*` methods. |
||||||
|
|
||||||
|
```meson |
||||||
|
qt = import('qt5') |
||||||
|
|
||||||
|
ct = custom_target(...) |
||||||
|
|
||||||
|
out = qt.compile_ui(sources : ct) |
||||||
|
``` |
Loading…
Reference in new issue