From 4e5b7345f2804104a914cf5ba2c09bf648f49883 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 24 Jun 2019 13:40:37 +0200 Subject: Qnx: Check for presence of "mkdir" on the device Change-Id: I9fc00a43cc143c8b9f2105ab74466e4c6c57d5a2 Task-number: QTCREATORBUG-22591 Reviewed-by: Christian Kandeler --- src/plugins/qnx/qnxdevicetester.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/plugins/qnx/qnxdevicetester.cpp b/src/plugins/qnx/qnxdevicetester.cpp index 5196043ad2..51cd8d5b33 100644 --- a/src/plugins/qnx/qnxdevicetester.cpp +++ b/src/plugins/qnx/qnxdevicetester.cpp @@ -59,6 +59,7 @@ QnxDeviceTester::QnxDeviceTester(QObject *parent) << QLatin1String("grep") << QLatin1String("kill") << QLatin1String("netstat") + << QLatin1String("mkdir") << QLatin1String("print") << QLatin1String("printf") << QLatin1String("ps") -- cgit v1.2.3