Search code examples
qtqt-quickqbs

Qbs: How to enable Qt Quick Compiler?


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?


Solution

  • Qt Quick Compiler is not yet supported in Qbs, but will be added eventually.

    See QBS-749