Skip to content
Snippets Groups Projects
Commit 4444a788 authored by El Mehdi Fekari's avatar El Mehdi Fekari Committed by Mehdi Fekari
Browse files

Qnx: Fix the QnxUtils::qdeInstallProces() implementation


Change-Id: I08805d2901b4e7577497594ea0aaf5c45bec4a5f
Reviewed-by: default avatarDavid Kaspar <dkaspar@blackberry.com>
Reviewed-by: default avatarTobias Nätterlund <tobias.naetterlund@kdab.com>
Reviewed-by: default avatarNicolas Arnaud-Cormos <nicolas@kdab.com>
parent 5b693cda
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ QString QnxUtils::sdkInstallerPath(const QString &ndkPath) ...@@ -284,7 +284,7 @@ QString QnxUtils::sdkInstallerPath(const QString &ndkPath)
QString QnxUtils::qdeInstallProcess(const QString &ndkPath, const QString &option, const QString &version) QString QnxUtils::qdeInstallProcess(const QString &ndkPath, const QString &option, const QString &version)
{ {
QString installerPath = sdkInstallerPath(ndkPath); QString installerPath = sdkInstallerPath(ndkPath);
if (ndkPath.isEmpty()) if (installerPath.isEmpty())
return QString(); return QString();
return QString::fromLatin1("%1 -nosplash -application com.qnx.tools.ide.sdk.manager.core.SDKInstallerApplication " return QString::fromLatin1("%1 -nosplash -application com.qnx.tools.ide.sdk.manager.core.SDKInstallerApplication "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment