Commit eab4330
committed
chore(qmake): add toggles to build only the generator or exclude it
Introduce two qmake CONFIG flags to control subdir builds:
- CONFIG+=generator_only -> build just the wrapper generator
- CONFIG+=exclude_generator -> build everything except the generator
Default remains unchanged (all subdirs). This enables CI to generate
wrappers first, then build without the generator to avoid redundant work.1 parent 5a891f2 commit eab4330
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments