summaryrefslogtreecommitdiff
path: root/qt5-layer/recipes-qt/qt5/packagegroup-qt5.bb
blob: 32700ad9b3252c42bb87950e5fab03ff9347c4ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DESCRIPTION = "QT5 base package group"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

inherit packagegroup

RDEPENDS_${PN} = " \
	qtbase \
	qtbase-tools \
	qtmultimedia \
	qtsvg \
	qtsensors \
	qtsystems \
	qtsystems-tools \
	qtscript \
	qtgraphicaleffects-qmlplugins \
	qtconnectivity-qmlplugins \
	qtlocation-plugins \
	qtlocation-qmlplugins \
	qtdeclarative \
	${QTWEBKIT} \
"

QTWEBKIT ??= "\
	qtwebkit \
"