From 9cdc70fd7b8288df4db2f57619da7fc43ed35127 Mon Sep 17 00:00:00 2001 From: dt <qtc-committer@nokia.com> Date: Fri, 17 Sep 2010 14:32:25 +0200 Subject: [PATCH] Process Step: Expect a command, not a file --- src/plugins/projectexplorer/processstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/processstep.cpp b/src/plugins/projectexplorer/processstep.cpp index 7ee9935ca0d..9a33b9b24b8 100644 --- a/src/plugins/projectexplorer/processstep.cpp +++ b/src/plugins/projectexplorer/processstep.cpp @@ -249,7 +249,7 @@ ProcessStepConfigWidget::ProcessStepConfigWidget(ProcessStep *step) : m_step(step) { m_ui.setupUi(this); - m_ui.command->setExpectedKind(Utils::PathChooser::File); + m_ui.command->setExpectedKind(Utils::PathChooser::Command); connect(m_ui.command, SIGNAL(changed(QString)), this, SLOT(commandLineEditTextEdited())); connect(m_ui.workingDirectory, SIGNAL(changed(QString)), -- GitLab