diff --git a/src/plugins/remotelinux/startgdbserverdialog.cpp b/src/plugins/remotelinux/startgdbserverdialog.cpp index 794fb6135f9..0d8e941983d 100644 --- a/src/plugins/remotelinux/startgdbserverdialog.cpp +++ b/src/plugins/remotelinux/startgdbserverdialog.cpp @@ -194,6 +194,8 @@ StartGdbServerDialog::StartGdbServerDialog(QWidget *parent) : connect(d->tableView->selectionModel(), SIGNAL(selectionChanged(QItemSelection,QItemSelection)), SLOT(updateButtons())); + connect(d->sysrootPathChooser, SIGNAL(changed(QString)), + SLOT(updateButtons())); //connect(d->updateListButton, SIGNAL(clicked()), // SLOT(updateProcessList())); connect(d->attachProcessButton, SIGNAL(clicked()), SLOT(attachToProcess()));