aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSvetlana Abramenkova <sabramenkova@luxoft.com>2020-08-19 12:27:54 +0300
committerSvetlana Abramenkova <sabramenkova@luxoft.com>2020-08-19 11:05:46 +0000
commit8f1e07d327b1be51b2b971582ef69bb2f9595a17 (patch)
treee849afcd8542be1b8d0b59600fbafe51b7f6de3f
parentc159026a7ae4106d218cc542c30ab6cba11c629b (diff)
[doc] Update Neptune3 UI docs with actual version of Qt
There are a few mentions of the Qt 5.13 in the Neptune3 UI documentation which are updated to the current release Qt version 5.15. Change-Id: I999221d1a10af8679f2220b1578a69bf86a1e0a4 Fixes: AUTOSUITE-1610 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
-rw-r--r--README.md12
-rw-r--r--doc/src/neptune3ui-install.qdoc8
2 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 46c09cad..13eea259 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ System UI acts as a Wayland server, compositing the application windows in its o
regular QML items.
* a Linux installation
-* Qt5 (branch 5.13) with qtwayland submodule and built with Open GL ES (-opengl es2 -opengles3)
-* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.13)
-* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.13)
+* Qt5 (branch 5.15) with qtwayland submodule and built with Open GL ES (-opengl es2 -opengles3)
+* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.15)
+* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.15)
### Single-process UI (fallback option)
@@ -48,6 +48,6 @@ In single-process mode, all application code run in one process, which is the sa
process as the System UI itself.
* a Linux, Windows, or macOS installation
-* Qt5 (branch 5.13)
-* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.13)
-* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.13)
+* Qt5 (branch 5.15)
+* QtIvi (git://code.qt.io/qt/qtivi.git, branch 5.15)
+* Qt Application Manager (git://code.qt.io/qt/qtapplicationmanager.git, branch 5.15)
diff --git a/doc/src/neptune3ui-install.qdoc b/doc/src/neptune3ui-install.qdoc
index bae78a20..515bc74d 100644
--- a/doc/src/neptune3ui-install.qdoc
+++ b/doc/src/neptune3ui-install.qdoc
@@ -109,8 +109,8 @@
\section2 Dependencies
\list
- \li \l{Qt Application Manager} 5.13
- \li \l{Qt IVI} 5.13
+ \li \l{Qt Application Manager} 5.15
+ \li \l{Qt IVI} 5.15
\li \l{Qt Safe Renderer} 1.1 (optional)
\li \l{Qt 3D Studio} (optional)
\endlist
@@ -119,9 +119,9 @@
\list 1
\li Clone the repositories mentioned in \l{Install Qt Automotive Suite}.
- \li Build \l{Qt Application Manager} against Qt 5.13. For more detailed build
+ \li Build \l{Qt Application Manager} against Qt 5.15. For more detailed build
instructions, see \l{Qt Applicaton Manager Installation}.
- \li Build \l{Qt IVI} against Qt 5.13. For more detailed build instructions, see
+ \li Build \l{Qt IVI} against Qt 5.15. For more detailed build instructions, see
\l[QtIvi]{Installation}.
\li Run the following command in a terminal, to build Neptune 3 UI:
\badcode