package/kf5: base infrastructure
authorPierre Ducroquet <pinaraf@pinaraf.info>
Thu, 15 Feb 2018 20:48:11 +0000 (21:48 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 30 Jun 2018 22:04:14 +0000 (00:04 +0200)
commit3d2445ba1c99c4825c399fda0cd7d5362d9e1253
tree37f726f6a038db3f133443bde6f5692666d990b9
parent0ede7241d50839d53ab0c845d2d099b07fa5aae1
package/kf5: base infrastructure

KDE Frameworks 5 is a set of libraries built on the Qt framework
providing a lot of powerfull classes and solutions for developers
building Qt applications.

Unlike the previous KDE libraries, they are split in tiny packages,
reducing dependencies as much as possible, making them usable even for
embedded projects.

This first commit introduce the kf5 packages folder.

Signed-off-by: Pierre Ducroquet <pinaraf@pinaraf.info>
[Thomas:
 - Needs Qt >= 5.8, so added a dependency on
   BR2_PACKAGE_QT5_VERSION_LATEST
 - Update to version 5.47.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/kf5/Config.in [new file with mode: 0644]
package/kf5/kf5.mk [new file with mode: 0644]