cmake buildsystem

This commit is contained in:
taipanromania 2008-09-18 14:44:52 +00:00
parent b6c5e74476
commit f4d73b209a
8 changed files with 133 additions and 4 deletions

View file

@ -75,7 +75,7 @@ void MainWindow::on_generate_clicked()
m_bc.bc.setPrimaryMessage(primary->text());
m_bc.bc.setSymbol(metaObject()->enumerator(0).value(stype->currentIndex()));
m_bc.bc.setBorderType((Zint::BareCode::BorderType)btype->currentIndex());
m_bc.bc.setBorderType((Zint::QZint::BorderType)btype->currentIndex());
m_bc.bc.setBorderWidth(bwidth->value());
m_bc.bc.setHeight(heightb->value());
m_bc.bc.setWidth(widthb->value());