aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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