KCoreAddons
klibexec.h
38 * - The function's output is `/usr/lib/libexec/foobar/` (resolved relatively from `/usr/lib/libfoobar.so`)
41 * - The function's output is `/opt/lib/libexec/foobar/` (resolved relatively from `/opt/lib/libfoobar.so`)
43 * @param relativePath relative element to append (e.g. "libexec/foobar" resulting in /usr/lib/libexec/foobar/ as output)
58 * This function returns a fairly opinionated list of paths you can feed into QStandardPaths. The list includes
59 * various standard locations for Qt and KDE Frameworks and should generally be sensible for most use cases.
62 * @warning The precise content and order of the list is an implementation detail and not expected to remain stable!
QString path(const QString &relativePath)
Absolute libexec path resolved in relative relation to the current shared object.
Definition klibexec.h:48
QStringList kdeFrameworksPaths(const QString &relativePath)
default paths list for KDE Frameworks
Definition klibexec.h:68
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:08:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.