[QBS] Quick reference for porting pro files?

Mathieu Bouchard mbouchar at gmail.com
Sat Mar 3 00:49:04 CET 2012


As far as I know, it's not implemented yet. If you can't wait, you can take
the rcfiletagger file from https://bugreports.qt-project.org/browse/QBS-52 as
a template for a local module.


Also note that currently building with qbs on Windows has some limitations,
as it doesn't define all the same definitions as qmake. For example, it
doesn't build with big file support, nor unicode. You can have a little
explanation on the task link.


On Mar 2, 2012 12:48 PM, "Tom Sutcliffe" <devtomsci at me.com> wrote:

> Hi all,
>
> Got my project roughly building under qbs, have to say my .qbp looks
> *much* cleaner than the .pro!
>
> Was wondering if anyone's done a quick-reference guide for converting
> qmake concepts to qbs?
>
> For example, I have things like:
> windows:RC_FILE = project.rc
> macx:ICON = project.icns
>
>
> I get how to do the conditionals, but haven't figured out RC_FILE etc.
> Including it in the files section didn't work. Even if it's as simple as
> "it hasn't been implemented yet" it would mean I'd know not to spend time
> trying to figure it out.
>
> Glad to see qbs has made it out into the wild, looking forward to a little
> more docs to go with it :)
>
> Cheers,
>
> Tomsci
> _______________________________________________
> QBS mailing list
> QBS at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20120302/219bd9ba/attachment.html>


More information about the Qbs mailing list