diff --git a/src/plugins/projectexplorer/addtargetdialog.cpp b/src/plugins/projectexplorer/addtargetdialog.cpp index 452106a604f64123b95d8e71a99ea31c31579fbc..00e85ff4fd78915ecb067832d72b14e5c96a3dd3 100644 --- a/src/plugins/projectexplorer/addtargetdialog.cpp +++ b/src/plugins/projectexplorer/addtargetdialog.cpp @@ -54,7 +54,6 @@ AddTargetDialog::AddTargetDialog(Project *project, QWidget *parent) : } } ui->targetComboBox->setCurrentIndex(0); - ui->targetComboBox->setEnabled(ui->targetComboBox->count() > 1); connect(ui->buttonBox, SIGNAL(accepted()), this, SLOT(accept()));