summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/qtquickcontrols2-agl-style
AgeCommit message (Collapse)AuthorFilesLines
2017-04-02qtquickcontrols2-agl*: Fix DEPENDSScott Murray1-0/+2
It seems "inherit qmake5" is not sufficient to pick up the base Qt5 build infrastructure on its own, so add a DEPENDS on qtquickcontrols2 to the qtquickcontrols2-agl and qtquickcontrols2-agl-style recipes to fix potential build breakage on a clean build. Change-Id: I72e4512e972c78f4fc435dd8bd98c4865b660a87 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-03-29Use split out AGL QtQuickControls2 repositoriesScott Murray1-0/+25
Replace usage of the CES2017 repository with the new split out qtquickcontrols2-agl and qtquickcontrols2-agl-style repositories containing the AGL demo custom widgets and style. Since the CES2017-demo recipe no longer serves a purpose, remove it now as well. Bug-AGL: SPEC-404, SPEC-462 Change-Id: I0c31ccfe45c8912da4589e38c2cb159975536aad Signed-off-by: Scott Murray <scott.murray@konsulko.com>