summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--doc/src/legal/licensechanges.qdoc14
-rw-r--r--doc/src/platforms/supported-platforms.qdocinc4
-rw-r--r--doc/src/qmlapp/firststepsqml.qdoc2
4 files changed, 19 insertions, 3 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 95d8da2ae..2e7b67b1f 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.15.7
+MODULE_VERSION = 5.15.8
diff --git a/doc/src/legal/licensechanges.qdoc b/doc/src/legal/licensechanges.qdoc
index a27b6a90d..cc0abccfd 100644
--- a/doc/src/legal/licensechanges.qdoc
+++ b/doc/src/legal/licensechanges.qdoc
@@ -34,6 +34,20 @@
Changes in Qt and \l{Licenses Used in Qt}{Third Party Modules}
released with Qt that are relevant to licensing.
+ \section1 Qt 5.15.8
+
+ \section2 Qt Core Module
+
+ \list
+ \li \l{android-gradle-wrapper}{Gradle wrapper} was updated to version 7.2.0
+ \li \l{pcre2}{PCRE2} was updated to version 10.39
+ \li \l{pcre2-sljit}{PCRE2 - Stack-less Just-In-Time Compiler} was updated to version 10.39
+ \endlist
+
+ \section2 Qt 3D Module
+
+ \l{assimp}{Open Asset Import Library} was updated to version 5.0.1.
+
\section1 Qt 5.15.7
\section2 Qt Core Module
diff --git a/doc/src/platforms/supported-platforms.qdocinc b/doc/src/platforms/supported-platforms.qdocinc
index 2e31c871c..1edb4c7fd 100644
--- a/doc/src/platforms/supported-platforms.qdocinc
+++ b/doc/src/platforms/supported-platforms.qdocinc
@@ -108,9 +108,9 @@
//! [ios]
\table 80%
\header \li Target Platform \li Architecture \li Build Environment \li Notes
- \row \li iOS 12, iOS 13, iOS 14
+ \row \li iOS 12, iOS 13, iOS 14, iOS 15
\li \c armv8 (\c arm64)
- \li Xcode 11 (iOS 13.2 SDK), \b {Xcode 12} (iOS 14 SDK)
+ \li Xcode 11 (iOS 13.2 SDK), Xcode 12 (iOS 14 SDK), \b {Xcode 13} (iOS 15 SDK)
\li
\row \li tvOS 12, tvOS 13
\li \c armv8 (\c arm64)
diff --git a/doc/src/qmlapp/firststepsqml.qdoc b/doc/src/qmlapp/firststepsqml.qdoc
index 1b40028bf..6a676a0cb 100644
--- a/doc/src/qmlapp/firststepsqml.qdoc
+++ b/doc/src/qmlapp/firststepsqml.qdoc
@@ -139,6 +139,8 @@ import QtQuick.Controls 2.12
//window containing the application
ApplicationWindow {
+ visible: true
+
//title of the application
title: qsTr("Hello World")
width: 640