qt6-bb10/src/tools/androidtestrunner
Assam Boudjelthia a1b1759abf AndroidTestRunner: make build command program deduction more robust
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
Pick-to: 6.7
Change-Id: Icb665033884127972bff205157ff22aa469c135c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2023-12-18 23:17:55 +02:00
..
CMakeLists.txt AndroidTestRunner: use QProcess instead of popen() 2023-11-30 17:26:26 +02:00
main.cpp AndroidTestRunner: make build command program deduction more robust 2023-12-18 23:17:55 +02:00