summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.2.1
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-01-23 17:16:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-24 10:53:34 +0100
commitd4f6d6e5dc5c9e92bae80ce1895c7d7c6fdbd577 (patch)
treed7bc8a09877e7f2720b56da5100fa5718e893e8d /dist/changes-5.2.1
parentcb60f9f13a031a80ad201cd4869f2f1e4cee2f98 (diff)
add buildsystem changelog
Change-Id: I84ad3008b7c8431e0874e51b0cdfb677b7ffcb8a Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'dist/changes-5.2.1')
-rw-r--r--dist/changes-5.2.112
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/changes-5.2.1 b/dist/changes-5.2.1
index efe342f058..7762952b26 100644
--- a/dist/changes-5.2.1
+++ b/dist/changes-5.2.1
@@ -145,8 +145,20 @@ Windows
* Tools *
****************************************************************************
+configure & build system
+------------------------
+
+ - [QTBUG-34949] EGL works with desktop OpenGL now
+ - A build from source will not install the Qt DLLs into lib/ any more.
+ The canonical location is bin/.
+
qmake
-----
- [QTBUG-35530] Fixed the detection of multiple VS installations.
- [QTBUG-35610] Fixed the generation of VS 2010 project files.
+ - [QTBUG-32412] Numerous fixes to Windows PDB file handling.
+ - [QTBUG-3883] Fixed make distclean not removing static library targets.
+ - Added makespec for clang using libc++ on Linux.
+ - qmake will not look for mkspecs/ directories in project trees any more.
+ Use .qmake.conf and/or .qmake.cache to "anchor" project roots.