• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autotests/H03-May-2022-20,20915,500

cmake/H03-May-2022-6,7405,486

data/currency/H03-May-2022-16,24616,038

docs/H03-May-2022-504387

po/H04-Dec-2021-1,492,1871,234,676

src/H03-May-2022-185,989128,866

tests/H03-May-2022-4,0252,863

.gitignoreH A D04-Dec-2021305 2928

.gitlab-ci.ymlH A D04-Dec-2021284 75

.kde-ci.ymlH A D04-Dec-20211.2 KiB3634

COPYINGH A D04-Dec-202117.8 KiB347285

COPYING.LIBH A D04-Dec-202125.9 KiB

CreateKDELibsDependenciesFile.cmakeH A D04-Dec-20216.6 KiB130113

KF5KDE4SupportConfig.cmake.inH A D04-Dec-20211.2 KiB3530

KF5KDELibs4SupportConfig.cmake.inH A D04-Dec-20213.7 KiB10390

README.mdH A D04-Dec-2021833 2316

kde-config.cppH A D04-Dec-20219.3 KiB244197

metainfo.yamlH A D04-Dec-2021268 1715

README.md

1# KDELibs 4 Support
2
3Legacy support for kdelibs 4 compatibility
4
5## Introduction
6
7This framework provides code and utilities to ease the transition from
8kdelibs 4 to KDE Frameworks 5.  This includes CMake macros and C++
9classes whose functionality has been replaced by code in CMake, Qt and
10other frameworks.
11
12Code should aim to port away from this framework eventually.  The API
13documentation of the classes in this framework and the notes at
14<http://community.kde.org/Frameworks/Porting_Notes> should help with
15this.
16
17Note that some of the classes in this framework, especially
18KStandardDirs, may not work correctly unless any libraries and other
19software using the KDELibs 4 Support framework are installed to the same
20location as KDELibs4Support, although it may be sufficient to set the
21KDEDIRS environment variable correctly.
22
23