forked from qt-creator/qt-creator
Qnx: Enable installing runtime and simulator
Change-Id: I3aca5575d4a925ee2efcf891f558105ffcec6094 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
392123388a
commit
8cdb5acab0
@@ -282,7 +282,8 @@ QString QnxUtils::sdkInstallerPath(const QString &ndkPath)
|
||||
}
|
||||
|
||||
// The resulting process when launching sdkinstall
|
||||
QString QnxUtils::qdeInstallProcess(const QString &ndkPath, const QString &option, const QString &version)
|
||||
QString QnxUtils::qdeInstallProcess(const QString &ndkPath, const QString &target,
|
||||
const QString &option, const QString &version)
|
||||
{
|
||||
QString installerPath = sdkInstallerPath(ndkPath);
|
||||
if (installerPath.isEmpty())
|
||||
@@ -293,7 +294,7 @@ QString QnxUtils::qdeInstallProcess(const QString &ndkPath, const QString &optio
|
||||
const QString installerApplication = installerPlugins.size() >= 1 ? QLatin1String("com.qnx.tools.ide.sdk.installer.app.SDKInstallerApplication")
|
||||
: QLatin1String("com.qnx.tools.ide.sdk.manager.core.SDKInstallerApplication");
|
||||
return QString::fromLatin1("%1 -nosplash -application %2 "
|
||||
"%3 %4 -vmargs -Dosgi.console=:none").arg(installerPath, installerApplication, option, version);
|
||||
"%3 %4 %5 -vmargs -Dosgi.console=:none").arg(installerPath, installerApplication, target, option, version);
|
||||
}
|
||||
|
||||
QList<Utils::EnvironmentItem> QnxUtils::qnxEnvironment(const QString &sdkPath)
|
||||
|
||||
Reference in New Issue
Block a user