[QBS] RFC pkgconfig support
Ruslan Nigmatullin
EuroElessar at yandex.ru
Tue Aug 21 15:53:10 CEST 2012
21.08.2012, 18:28, "Alberto Mardegan" <mardy at users.sourceforge.net>:
> I don't know QBS enough to answer your question but I'll add a couple of
> things that I use from pkg-config:
>
> 1) Changing the value of a variable defined in the .pc:
> pkg-config --define-variable=prefix=/opt ...
>
> 2) Getting the name of a variable defined in the .pc file:
> pkg-config --variable=plugindir mylibrary.pc
>
> at least the first one is something that you'd need to pass to
> PkgConfigProbe in addition to "name".
What is usecase of this commands? Can you provide me some examples, please, to understand the idea?
Ruslan
More information about the Qbs
mailing list