Files
meta-qt5-extra/classes/kde-apps.bbclass
Andreas Müller 1ebaf7d827 add qtbase-plugins to RRECOMMENDS for applications
with this they should work out of the box

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2015-04-26 20:48:38 +02:00

8 lines
185 B
Plaintext

inherit kde-base
KDE_APP_VERSION = "15.04.0"
SRC_URI = "http://download.kde.org/stable/applications/${KDE_APP_VERSION}/src/${BPN}-${PV}.tar.xz"
RRECOMMENDS_${PN} += "qtbase-plugins"