diff --git a/src/plugins/qt4projectmanager/qmakestep.cpp b/src/plugins/qt4projectmanager/qmakestep.cpp index c0c932f45f1fe6baa000348b1d39e79cadd81c56..7ea921ec589a2e73c52f331826a28789f478451d 100644 --- a/src/plugins/qt4projectmanager/qmakestep.cpp +++ b/src/plugins/qt4projectmanager/qmakestep.cpp @@ -706,10 +706,7 @@ void QMakeStepConfigWidget::updateQmlDebuggingOption() m_ui->qmlDebuggingLibraryCheckBox->setEnabled(m_step->isQmlDebuggingLibrarySupported()); QtSupport::BaseQtVersion *qtVersion = m_step->qt4BuildConfiguration()->qtVersion(); - if (!qtVersion || !qtVersion->needsQmlDebuggingLibrary()) - m_ui->debuggingLibraryLabel->setText(tr("Enable QML debugging:")); - else - m_ui->debuggingLibraryLabel->setText(tr("Link QML debugging library:")); + m_ui->debuggingLibraryLabel->setText(tr("Enable QML debugging:")); QString warningText;