summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Mänttäri <tommi.manttari@qt.io>2022-09-22 13:28:06 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-22 16:49:34 +0000
commite1f0d676e03e7e3d03f5e02701029f5e075ad991 (patch)
tree28326341ef2093b1f25f04a0a3918d28b0b6c7ce
parentc98eb99024384e209703ba11059406e08c189773 (diff)
downloadqtdoc-e1f0d676e03e7e3d03f5e02701029f5e075ad991.tar.gz
WhatsNew6.4: Add webOS changes
Change-Id: I3df2d8fad0830723580dacebd4a0911d91d1fe59 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit d8580c31eba8c93eacc54f7be84175e370aca5c3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/webos.qdoc30
-rw-r--r--doc/src/whatsnew/whatsnew64.qdoc6
2 files changed, 29 insertions, 7 deletions
diff --git a/doc/src/platforms/webos.qdoc b/doc/src/platforms/webos.qdoc
index 4717103d..4913012a 100644
--- a/doc/src/platforms/webos.qdoc
+++ b/doc/src/platforms/webos.qdoc
@@ -7,16 +7,32 @@
\brief Platform Support for webOS OSE.
\ingroup supportedplatform
-\e {webOS Open Source Edition} (webOS OSE) is an open-source edition of LG’s
-webOS, a web-centric and usability-focused software platform for smart devices.
-It supports development using both modern web application frameworks as well as
-native technologies including Qt and the \l {QML Applications}{QML} language.
+\e {webOS Open Source Edition} (webOS OSE) is an open source edition of LG’s
+\l{https:\\https://www.webosose.org/}{webOS}. webOS supports development using
+both modern web application frameworks as well as native technologies including
+Qt and the \l {QML Applications}{QML} language.
+
+\section1 Developing Applications with Qt for webOS
+
+Both native C++ and QML are supported but QML is suggested for application development. For information on
+how to develop QML applications for webOS see
+\l{https://www.webosose.org/docs/guides/development/qml-apps/qml-app-overview/}{LG's documentation}.
+
+There is also an \l{https://resources.qt.io/videos/how-to-build-qml-apps-for-webos-and-the-qt-creator-webos-plugin-2}{excellent talk}
+given by LG at a recent Qt world summit that discusses this in detail.
\section1 Supported Platforms and Versions
-webOS OSE version 2.15.0 is supported for Qt 6. The reference hardware is
-Raspberry Pi 4, the main platform used by the community. Supported development
-host is Ubuntu 20.04.
+WebOS versions are released with modified Qt versions. The \b{meta-webosose} Yocto layer configuration
+creates a customized Qt configuration to depend on.
+
+The Qt Company has verified that \b{webOS OSE version 2.18.0} works with applications
+developed with Qt 6.4.
+
+The supported target device is a Raspberry Pi 4, which is the main platform
+currently used by the community. Also QEMU emulator is supported.
+
+The Supported development host is Ubuntu 20.04.
\section1 Further Reading
diff --git a/doc/src/whatsnew/whatsnew64.qdoc b/doc/src/whatsnew/whatsnew64.qdoc
index 8f35e5ab..fb88f749 100644
--- a/doc/src/whatsnew/whatsnew64.qdoc
+++ b/doc/src/whatsnew/whatsnew64.qdoc
@@ -354,6 +354,12 @@
\li Added support for \l{Qt Multimedia}.
\endlist
+ \section3 WebOS
+
+ \list
+ \li Qt 6.4 has been verified to work with LG webOS OSE 2.18.0 (\l{Qt for webOS}).
+ \endlist
+
\section1 List of API Changes
These pages contain an overview of API changes in Qt 6.4: