With qmake you can enable Qt Quick Compiler by passing
CONFIG += qtquickcompiler
. How can I do this with Qbs?
Or should I write a custom Rule
for this?
Asked
Active
Viewed 1,131 times
0

Jake Petroules
- 23,472
- 35
- 144
- 225

Zak
- 464
- 3
- 13
1 Answers
2
Qt Quick Compiler is not yet supported in Qbs, but will be added eventually.
See QBS-749

Jake Petroules
- 23,472
- 35
- 144
- 225