diff options
author | Oswald Buddenhagen <oswald.buddenhagen@digia.com> | 2014-01-23 17:16:06 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-24 10:53:34 +0100 |
commit | d4f6d6e5dc5c9e92bae80ce1895c7d7c6fdbd577 (patch) | |
tree | d7bc8a09877e7f2720b56da5100fa5718e893e8d | |
parent | cb60f9f13a031a80ad201cd4869f2f1e4cee2f98 (diff) | |
download | qtbase-d4f6d6e5dc5c9e92bae80ce1895c7d7c6fdbd577.tar.gz qtbase-d4f6d6e5dc5c9e92bae80ce1895c7d7c6fdbd577.tar.bz2 qtbase-d4f6d6e5dc5c9e92bae80ce1895c7d7c6fdbd577.zip |
add buildsystem changelog
Change-Id: I84ad3008b7c8431e0874e51b0cdfb677b7ffcb8a
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r-- | dist/changes-5.2.1 | 12 |
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. |