mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
![]() by checking if the unmodified (by makeLibName()) name is absolute first and by not checking for relative library (if the name is not absolute path QFileInfo::path() would return "." resulting in a relative lookup for the library by KStandardDirs::findResource() in "lib" resource) the most common cases are only looked for by KPluginLoader (either absolute path, relative module or library but not relative to the current directory) Signed-off-by: Ivailo Monev <xakepa10@gmail.com> |
||
---|---|---|
.. | ||
config | ||
date | ||
io | ||
jobs | ||
kconfig_compiler | ||
kernel | ||
localization | ||
services | ||
sycoca | ||
tests | ||
text | ||
util | ||
CMakeLists.txt | ||
config-kstandarddirs.h.cmake | ||
dbus_policy.stub | ||
dbus_service.stub | ||
kde-config.cpp | ||
kde4_pci.ids | ||
kde4_usb.ids | ||
kdebug.areas | ||
kdebugrc | ||
pci.ids | ||
README | ||
regen.sh | ||
usb.ids |
This is the KDE "core" library. The kdecore library provides basic non user interface functionality. The classes in this library should not require linkage to QtGui or any other library that requires a graphical interface.