Skip to content

Commit

Permalink
ose: qml-app-components=4-r4
Browse files Browse the repository at this point in the history
:Release Notes:
Introduce StyleLoader and JsonLoader, style customization tool for qml

:Detailed Notes:
qml-app-components: submissions/2..submissions/4
f18d8d5 Update licenses as APACHE 2.0
90b9593 Apply local json path for each application
58d3c39 Fix bug for json not work for some case
4f17d26 Introduce StyleLoader and JsonLoader

:Testing Performed:
Please check CCC tickets

:QA Notes:

:Issues Addressed:
[WRN-9947] CCC: ose: qml-app-components=4-r4
[WRN-9210] Integrate into OSE before apply T2 features
[WRN-9816] Support for integrate into application

Change-Id: I82872479e307825074e6000ab99344fcc4ba3687
  • Loading branch information
jongson.kim authored and Hyunjae Shin committed Nov 8, 2021
1 parent 0d06ba4 commit 1eb7355
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
SUMMARY = "webOS QML app components"
AUTHOR = "Jongson Kim <[email protected]>"
SECTION = "webos/libs"
LICENSE = "CLOSED"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = " \
file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10 \
"

DEPENDS = "qtdeclarative luna-service2 glib-2.0"
DEPENDS_append = " ${@ 'qtshadertools-native' if d.getVar('QT_VERSION', True) == '6' else '' }"

WEBOS_VERSION = "1.0.0-2_fbf3fc0c2f22f9a283a33b3469fd187598609ca0"
PR = "r3"
WEBOS_VERSION = "1.0.0-4_e147b3bc8dc6a5edbcf5f4431611bd4fcf520e3b"
PR = "r4"

inherit webos_qmake6
inherit webos_pkgconfig
Expand Down

0 comments on commit 1eb7355

Please sign in to comment.