Qt-contributors-summit-2013-QBS

From Qt Wiki
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

QBS

Released version 1.0.

replacing qmake for Qt:

bootstrapping qbs:

  • current dependencies: QtCore, QtConcurrent, QtScript
  • Ossi volunteered to tackle the bootstrapping issue
  • QtScript could maybe replaced by v4m
  • Qt bootstrap libs do not support qobjects or qtconcurrent
  • Maybe replace bootstrap lib altogether with a static build?

Ideas for language:

  • Why isn’t e.g. cpp dependency built in / depends on file suffix? This would allow a product to depend e.g. on variable file list
  • Does qbs right now support the generation of an unknown number of files out of one file (and process these further)? No, not yet. This problem is similar to moc support which is currently hard-wired into qbs.

Is qbs any more toolable than qmake, if you allow arbitrary js in properties?

  • common use cases are easily toolable
  • complicated parts must be edited manually