[QBS] new syntax of qbs

Loaden loaden at gmail.com
Wed Jun 27 16:24:14 CEST 2012


Hi, there.
Assume the default platform is gcc, and the default arch is x86, in
currently:

> qbs debug release platform:clang profile:x64
>
the behavior is:
- debug with default properties: gcc + x86
- release with platform:clang + x86_64
But I thought this is not the user wanted.
and have to use:

> qbs debug platform:clang profile:x64 release platform:clang profile:x64
>
It's too long, and not necessary.

so, I made a patch to make them (debut and release) use the same option:
clang + x86_64

> qbs debug release platform:clang profile:x64
>
- debug with platform:clang + x86_64
 - release with platform:clang + x86_64

Then, what do you think?
see:  https://codereview.qt-project.org/#change,29348

-- 
Please don't ask where I come from, It's a shame!
Best Regards
Yuchen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20120627/a489b2b5/attachment.html>


More information about the Qbs mailing list