1Qt Creator 4.15.2
2=================
3
4Qt Creator version 4.15.2 contains bug fixes.
5
6The most important changes are listed in this document. For a complete
7list of changes, see the Git log for the Qt Creator sources that
8you can check out from the public Git repository. For example:
9
10    git clone git://code.qt.io/qt-creator/qt-creator.git
11    git log --cherry-pick --pretty=oneline origin/v4.15.1..v4.15.2
12
13Projects
14--------
15
16### CMake
17
18* Improved performance after project load and reparse
19* Fixed crash on session switch (QTCREATORBUG-25837)
20
21### qmake
22
23* Fixed issues with executing system calls (QTCREATORBUG-25970)
24
25Test Integration
26----------------
27
28### CTest
29
30* Fixed test detection if `ctest` takes long to run (QTCREATORBUG-25851)
31
32Platforms
33---------
34
35### WASM
36
37* Fixed Python version that is on Windows (QTCREATORBUG-25897)
38
39Credits for these changes go to:
40--------------------------------
41Ahmad Samir
42Alessandro Portale
43Christian Stenger
44Cristian Adam
45Eike Ziller
46Ivan Komissarov
47Kai Köhne
48Knud Dollereder
49Michael Winkelmann
50Mitch Curtis
51Robert Löhning
52Thomas Hartmann
53Tim Blechmann
54Tim Jenssen
55Tuomo Pelkonen
56