forked from qt-creator/qt-creator
Another small tweak to the build settigns page.
This commit is contained in:
@@ -161,6 +161,7 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
|
|||||||
connect(m_additionalArguments, SIGNAL(textEdited(const QString &)), this, SLOT(additionalArgumentsEdited()));
|
connect(m_additionalArguments, SIGNAL(textEdited(const QString &)), this, SLOT(additionalArgumentsEdited()));
|
||||||
|
|
||||||
m_targetsList = new QListWidget;
|
m_targetsList = new QListWidget;
|
||||||
|
m_targetsList->setMinimumHeight(200);
|
||||||
fl->addRow(tr("Targets:"), m_targetsList);
|
fl->addRow(tr("Targets:"), m_targetsList);
|
||||||
|
|
||||||
// TODO update this list also on rescans of the CMakeLists.txt
|
// TODO update this list also on rescans of the CMakeLists.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user