From 702a77528e60b084146ec9087ba028c3098ee7fd Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 18 Dec 2017 14:24:27 +0100 Subject: cpp module: Init all suffix and prefix properties to the empty string ...rather than leaving them undefined. This way, the string "undefined" will not end up in file names. It's safer to do it this way compared to checking for "undefined" in all the places that could make use of the properties. Due to the semantics of these properties, there is also no value in treating "undefined" in a special way. Task-number: QBS-1265 Change-Id: I6ce7626485baa284a6c782b513740f9d150e18c3 Reviewed-by: Jake Petroules Reviewed-by: Oswald Buddenhagen --- changelogs/changes-1.10.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changelogs') diff --git a/changelogs/changes-1.10.1.md b/changelogs/changes-1.10.1.md index ffcf8c9e1..21862d533 100644 --- a/changelogs/changes-1.10.1.md +++ b/changelogs/changes-1.10.1.md @@ -1,7 +1,7 @@ # 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 GCC support for "bare metal" systems (QBS-1263, QBS-1265). * Fix using ids in Depends items (QBS-1264). * Fix race condition when creating Inno Setup, NSIS, or WiX installers. * Fix release builds for Android with NDK r12 and above (QBS-1256). -- cgit v1.2.3