Details
Description
This does not run on Qt 5.10 under macOS. Under Qt 5.9.2 it is OK.
QProcess process;
process.start("ps");
qDebug() << process.waitForStarted();
Attachments
Issue Links
- relates to
-
QTBUG-19885 When setting the environment of QProcess, a script without a shebang line fails to execute
-
- Closed
-