On 05/27/2014 04:19 PM, Kevin Chaves wrote:
>  > I guess you could achieve something like that with a custom Rule or
>  > Transformer, but you should be aware that that part of the build will be
>  > opaque to qbs, so a bit of time will be wasted calling qmake/make when
>  > building incrementally as qbs won't be able to tell whether that is
>  > actually necessary.
>
> Thats fine. My company has this thing against prebuilt binaries so we
> just need to build these once and use qbs to export the paths to them
> properly. Is it possible to get the correct qmake from the qt config
> that qbs uses.

That would be Qt.core.binPath + "/qmake". See 
http://qt-project.org/doc/qbs-1.2/qt-modules.html#core-properties.

> This would need to be wrapped in a Product correct?

Possibly. I guess it depends on what exactly you want to do.


Christian
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to