Review Request: kde4-config --version doesn't work as advertised
Rex Dieter
rdieter at math.unl.edu
Thu Jan 28 12:17:46 GMT 2010
Aaron Seigo wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/2745/#review3924
> -----------------------------------------------------------
>
>
> hm, here, with vanilla trunk and qt, i get:
>
>> kde4-config --version
> Qt: 4.6.1
> KDE Development Platform: 4.4.60 (KDE 4.4.60 (KDE 4.5 >= 20100120))
> kde4-config: 1.0
>
> i wonder what's different so that you don't get that output?
I do get that output, but that's not what kde-config.cpp contains:
if (args->isSet("version"))
{
printf("%s\n", KDE_VERSION_STRING);
return 0;
}
The global kde --version option is taking precedence to this.
-- Rex
More information about the kde-core-devel
mailing list