summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-09-15 16:17:16 +0200
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2015-09-16 04:26:21 +0000
commit07d4113f8f94bddf12437ac3205dce1b6d8fab7d (patch)
treedec42aba61f25f514821dc16f94e5a00b0978cd0 /dist
parent0de6c52bfe2433eca768a5f6fe9d5f08a545c254 (diff)
buildsystem changelog for 5.5.1
Change-Id: I310f9eff657e9730830cd5c302bdfc46fe67febc Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.5.119
1 files changed, 19 insertions, 0 deletions
diff --git a/dist/changes-5.5.1 b/dist/changes-5.5.1
index 23e6c95f44..3b926bd7f2 100644
--- a/dist/changes-5.5.1
+++ b/dist/changes-5.5.1
@@ -48,3 +48,22 @@ information about a particular change.
****************************************************************************
* Tools *
****************************************************************************
+
+configure & build system
+------------------------
+
+ - [QTBUG-46125] Fixed misuse of target linker features for host tools.
+ - [QTBUG-46473] QML plugin DLLs now have version information.
+
+qmake
+-----
+
+ - [QTBUG-46824][Darwin] Characters in the bundle identifier which
+ the App Store considers invalid are now substituted.
+ - [QTBUG-47065][Unix] Fixed use of CONFIG+=separate_debug_info together
+ with CONFIG+=unversioned_libname.
+ - [QTBUG-47450][Xcode] Fixed Info.plist creation in shadow builds.
+ - [QTBUG-47775][Darwin] Fixed Info.plist creation when bundle name
+ contains spaces.
+ - [QTBUG-48110][VS] Fixed VS2015 solution file generation.
+ - [MSVC][nmake] Fixed use of VS2013 mkspecs from VS2015 shell.