forked from qt-creator/qt-creator
VCS: Allow use of base name for executable
Actual path is found on startup and when setting is changed Change-Id: If2cb0735953b9fb64df7425230c98efb384d9287 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
2e98952068
commit
7ffc4349f8
@@ -92,6 +92,6 @@ QSharedPointer<AbstractCheckoutJob> CloneWizard::createJob(const QList<QWizardPa
|
||||
args << QLatin1String("clone") << page->repository() << directory;
|
||||
*checkoutPath = path + QLatin1Char('/') + directory;
|
||||
ProcessCheckoutJob *job = new ProcessCheckoutJob;
|
||||
job->addStep(settings.stringValue(MercurialSettings::binaryPathKey), args, path);
|
||||
job->addStep(settings.binaryPath(), args, path);
|
||||
return QSharedPointer<AbstractCheckoutJob>(job);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user