0

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?

Jake Petroules
  • 23,472
  • 35
  • 144
  • 225
Zak
  • 464
  • 3
  • 13

1 Answers1

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