Changes: document KCoreAddons dependency
This commit is contained in:
parent
1711071c58
commit
9098f8d741
5
CHANGES
5
CHANGES
@ -13,6 +13,11 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
has had a few updates and has now been consistently applied across
|
has had a few updates and has now been consistently applied across
|
||||||
the core codebase (e.g. libcalamares, libcalamaresui, calamares, but
|
the core codebase (e.g. libcalamares, libcalamaresui, calamares, but
|
||||||
not the modules).
|
not the modules).
|
||||||
|
- *KCoreAddons* is now a required dependency. This lets us drop a chunk
|
||||||
|
of code that was copied from KCoreAddons years ago, and use the
|
||||||
|
(maintained!) upstream version instead. It also gives us KMacroExpander
|
||||||
|
everywhere, which will simplify code for handling substitutions
|
||||||
|
in configuration files.
|
||||||
|
|
||||||
## Modules ##
|
## Modules ##
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@ Main:
|
|||||||
* Boost.Python >= 1.55.0 (required for some modules)
|
* Boost.Python >= 1.55.0 (required for some modules)
|
||||||
* KDE extra-cmake-modules >= 5.18 (recommended; required for some modules;
|
* KDE extra-cmake-modules >= 5.18 (recommended; required for some modules;
|
||||||
required for some tests)
|
required for some tests)
|
||||||
|
* KDE Frameworks KCoreAddons (>= 5.58 recommended)
|
||||||
* PythonQt (optional, deprecated)
|
* PythonQt (optional, deprecated)
|
||||||
|
|
||||||
Modules:
|
Modules:
|
||||||
|
Loading…
Reference in New Issue
Block a user