Problem with KStandardDirs::installPath("exe")
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Sat Nov 3 17:13:02 GMT 2007
Hi,
I've a problem with KStandardDirs::installPath("exe"). According to
apidocs
(http://api.kde.org/4.0-api/kdelibs-apidocs/kdecore/html/classKStandardDirs.html)
it should return $prefix/bin. But that's not the case:
QString KStandardDirs::installPath(const char *type)
{
...
if (strcmp("exe", type) == 0)
return prefix + '/';
...
}
Is this intended?
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20071103/8ca2117d/attachment.sig>
More information about the kde-core-devel
mailing list