Instead of build dir, where it can clash when multiple tests runs are being done from the same build dir in parallel. Due to the way platform plugin argument parsing works we can't pass the full file name of the config, as on Windows this would include C:, which QGuiApplication will split into two, thinking they are two different platform plugin arguments. Instead we chdir into the temp dir, and create the file there, passing the file name as a relative path as before. Change-Id: Ia4ea82280e35f4f52b7de74bbf53b2a48ecbaecd Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> (cherry picked from commit fd68f894b969b016201e032ba23dac431c19b90a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%