diff options
author | Denis Steckelmacher <steckdenis@yahoo.fr> | 2014-08-13 10:00:13 +0200 |
---|---|---|
committer | Denis Steckelmacher <steckdenis@yahoo.fr> | 2014-08-13 10:00:13 +0200 |
commit | c7fc32ffdd29250a98e662b905c11bc1bbf6e7ff (patch) | |
tree | 0364568ecc49e518e8594870c31694ca4e4ced15 | |
parent | 0005ba7627cbe3bef9d499d720a162f1064361c8 (diff) | |
download | kconfig-c7fc32ffdd29250a98e662b905c11bc1bbf6e7ff.tar.gz kconfig-c7fc32ffdd29250a98e662b905c11bc1bbf6e7ff.tar.bz2 |
Add metadata about the QMake and CMake packages installed by this framework and remove Links from README.md
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | metainfo.yaml | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -21,9 +21,3 @@ KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. -## Links - -- Home page: <https://projects.kde.org/projects/frameworks/kconfig> -- Mailing list: <https://mail.kde.org/mailman/listinfo/kde-frameworks-devel> -- IRC channel: \#kde-devel on Freenode -- Git repository: <https://projects.kde.org/projects/frameworks/kconfig/repository> diff --git a/metainfo.yaml b/metainfo.yaml index b57c40b8..bfdc7f2c 100644 --- a/metainfo.yaml +++ b/metainfo.yaml @@ -7,3 +7,9 @@ platforms: portingAid: false deprecated: false release: true +libraries: + - qmake: KConfigCore + cmake: "KF5::ConfigCore" + - qmake: KConfigGui + cmake: "KF5::ConfigGui" +cmakename: KF5Config |