forked from qt-creator/qt-creator
ShellCommand: Store workingdirectory in the jobs
Not all jobs of one command can run in the same directory, so prepare for having individual working directories per job. Change-Id: Ice43361fe54f2b7153ccd38435f6108d83570082 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ public:
|
||||
ExpectRepoChanges = 0x2000, // Expect changes in repository by the command
|
||||
};
|
||||
|
||||
VcsCommand(const QString &workingDirectory, const QProcessEnvironment &environment);
|
||||
VcsCommand(const QString &defaultWorkingDirectory, const QProcessEnvironment &environment);
|
||||
|
||||
const QProcessEnvironment processEnvironment() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user