blob: adebabe76316f3abdc4f3ef90fe4403d3d5cf54b (
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
|
SUMMARY = "The examples to test Qt5 on AGL Demo Platform"
DESCRIPTION = "A set of packages which contains Qt5 examples"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "\
packagegroup-agl-demo-qt-examples \
"
ALLOW_EMPTY_${PN} = "1"
RDEPENDS_${PN} += "\
qt3d-examples \
qtbase-examples \
qtconnectivity-examples \
qtdeclarative-examples \
qtlocation-examples \
qtmultimedia-examples \
qtsensors-examples \
qtsystems-examples \
qttools-examples \
qtwayland-examples \
qtxmlpatterns-examples \
"
|