Currently, if the cmake program path passed to androidtestrunner contains space, QProcess will get an invalid program path. To fix that, quote the cmake command passed to androidtestrunner and use QProcess::splitCommand() to get the program and args list. Task-number: QTBUG-105524 Change-Id: Icb665033884127972bff205157ff22aa469c135c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit a1b1759abfce0972a75072893148fc8ed7fa6bd2) 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%