Skip to content
Snippets Groups Projects
Commit 4c1b1e1a authored by dt's avatar dt
Browse files

Another small tweak to the build settigns page.

parent 44bafd32
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep)
connect(m_additionalArguments, SIGNAL(textEdited(const QString &)), this, SLOT(additionalArgumentsEdited()));
m_targetsList = new QListWidget;
m_targetsList->setMinimumHeight(200);
fl->addRow(tr("Targets:"), m_targetsList);
// TODO update this list also on rescans of the CMakeLists.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment