aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-12-14 12:43:08 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2017-12-15 09:40:16 +0000
commit193f3f02aae324ba7273e368b528b437da46caac (patch)
tree39c436f0a6ca7c7b3fcfd71febc4dfb941c11ed2 /changelogs
parent8eaef2035c2af7205e823eb9503721c29b0136a1 (diff)
Fix qtquickcompiler support for QML files in subdirectories
The input to the look-up function is a relative file path, not necessarily just a file name as the code assumed. Task-number: QBS-1261 Change-Id: Iaad4629ea92f327edc3dca7f012d82a00669994f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changes-1.10.1.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changes-1.10.1.md b/changelogs/changes-1.10.1.md
index 8e6773490..e23d39c29 100644
--- a/changelogs/changes-1.10.1.md
+++ b/changelogs/changes-1.10.1.md
@@ -1,4 +1,5 @@
# Important bugfixes
* Fix crash when the "original" value is misused (QBS-1255).
+* Fix qtquickcompiler support for qml files in subdirectories (QBS-1261).
* Fix GCC support for "bare metal" systems (QBS-1263).
* Fix race condition when creating Inno Setup, NSIS, or WiX installers.