aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-09-15 11:18:11 +0200
committerEike Ziller <eike.ziller@qt.io>2021-09-15 11:18:11 +0200
commit342a24d56a06556d08eb3988e0fd13d6ad412948 (patch)
treeb6677b608df0557c5e1e30c9a38400648b669a97 /dist
parent1206ac03ccec0d5fec5623700b11888afe0d3318 (diff)
parentdc71f3248365265bb14d9dc68644ae5be0f12ebc (diff)
Merge remote-tracking branch 'origin/5.0'
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.1.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/changes-5.0.1.md b/dist/changes-5.0.1.md
index d1954f4304..6ccf66c59f 100644
--- a/dist/changes-5.0.1.md
+++ b/dist/changes-5.0.1.md
@@ -22,6 +22,7 @@ Editing
* Fixed freeze with imports that don't specify minor version
(QTCREATORBUG-26178, QTCREATORBUG-26216)
+* Fixed crash when using inline components (QTCREATORBUG-26151)
### Language Client
@@ -81,6 +82,10 @@ Test Integration
* Fixed missing test output
+### Google Test
+
+* Fixed wizard for CMake (QTCREATORBUG-26253)
+
Platforms
---------
@@ -93,6 +98,10 @@ Platforms
* Fixed cleaning up of old auto-generated Android kits
* Fixed minimum SDK level for CMake projects (QTCREATORBUG-26127)
+### iOS
+
+* Fixed initial CMake parameters for iOS device builds
+
### Web Assembly
* Fixed detection of emscripten compilers (QTCREATORBUG-26199)