mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
16 lines
750 B
Plaintext
16 lines
750 B
Plaintext
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.
|