Go to file
rtlhq 5aa0109b87 fix to build 2022-11-07 22:04:21 +08:00
autotests Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
cmake Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
data Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
debian fix to build 2022-11-07 22:04:21 +08:00
docs Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
po Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
src Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
tests Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
.gitignore Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
.gitlab-ci.yml Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
.kde-ci.yml Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
CMakeLists.txt Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
COPYING Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
COPYING.LIB Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
CreateKDELibsDependenciesFile.cmake Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
KF5KDE4SupportConfig.cmake.in Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
KF5KDELibs4SupportConfig.cmake.in Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
README.md Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
kde-config.cpp Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00
metainfo.yaml Import Upstream version 5.92.0 2022-10-10 21:30:01 +08:00

README.md

KDELibs 4 Support

Legacy support for kdelibs 4 compatibility

Introduction

This framework provides code and utilities to ease the transition from kdelibs 4 to KDE Frameworks 5. This includes CMake macros and C++ classes whose functionality has been replaced by code in CMake, Qt and other frameworks.

Code should aim to port away from this framework eventually. The API documentation of the classes in this framework and the notes at http://community.kde.org/Frameworks/Porting_Notes should help with this.

Note that some of the classes in this framework, especially KStandardDirs, may not work correctly unless any libraries and other software using the KDELibs 4 Support framework are installed to the same location as KDELibs4Support, although it may be sufficient to set the KDEDIRS environment variable correctly.