aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/processcommandexecutor.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-10-08 11:12:15 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-10-10 10:02:07 +0200
commitfe967048f32fdfc4c378c6589181555fb47ca415 (patch)
tree69d255800faac4e86fffecca379f27fa52dc5dfa /src/lib/corelib/buildgraph/processcommandexecutor.h
parent14dd7b7e99705196f75e75fd4eb49f76e9229758 (diff)
factor ExecutableFinder out of ProcessCommandExecutor
The functionality of finding the right executable in the build environment is useful in other contexts too. Change-Id: Iea73ccbc6eda1f0e58e4aadca3a2c23c7211168d Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/processcommandexecutor.h')
-rw-r--r--src/lib/corelib/buildgraph/processcommandexecutor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/corelib/buildgraph/processcommandexecutor.h b/src/lib/corelib/buildgraph/processcommandexecutor.h
index 04d510b0e..951d702b2 100644
--- a/src/lib/corelib/buildgraph/processcommandexecutor.h
+++ b/src/lib/corelib/buildgraph/processcommandexecutor.h
@@ -67,14 +67,9 @@ private:
QString filterProcessOutput(const QByteArray &output, const QString &filterFunctionSource);
void sendProcessOutput(bool success);
void removeResponseFile();
- QString findProcessCommandInPath();
- QString findProcessCommandBySuffix();
- bool findProcessCandidateCheck(const QString &directory, const QString &program,
- QString &fullProgramPath);
const ProcessCommand *processCommand() const;
private:
- static const QStringList m_executableSuffixes;
QString m_program;
QStringList m_arguments;