[QBS] Fwd: Does qbs plan to support cross-compiling?

Ruslan Nigmatullin EuroElessar at yandex.ru
Thu Sep 13 16:35:30 CEST 2012


10.09.2012, 17:07, "Joerg Bornemann" <joerg.bornemann at nokia.com>:

>  On 10/09/2012 12:39, ext Oswald Buddenhagen wrote:
>>   no. it *is* linux. it just needs an additional designator, so the os
>>   name needs to be hierarchical in some way.
>>   we actually discussed that a while ago.
>  Forgive my confusion and forget the first sentence.
>  Yes, you're right. That's what I meant with "here must be something like
>  platform capabilities" / unix scope.
>
>  Jörg

Something like this?

Properties {
    condition: qbs.targetPlatform.contains('MeeGo') // case independent indexOf(type) != -1
    ....
}

this property should contain 'unix', 'linux', 'meego', 'maemo6' (last one for historic reasons) and be defined from platform-config

Ruslan



More information about the Qbs mailing list