Skip to content
Snippets Groups Projects
Commit 49a64a16 authored by Christian Kandeler's avatar Christian Kandeler
Browse files

Mobile wizards: Don't ignore user setting for Maemo icon.

Reviewed-by: kh1
parent 3772fd35
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,7 @@ Core::GeneratedFiles AbstractMobileAppWizard::generateFiles(const QWizard *wizar
= qobject_cast<const AbstractMobileAppWizardDialog*>(wizard);
app()->setSymbianTargetUid(wdlg->m_optionsPage->symbianUid());
app()->setSymbianSvgIcon(wdlg->m_optionsPage->symbianSvgIcon());
app()->setMaemoPngIcon(wdlg->m_optionsPage->maemoPngIcon());
app()->setOrientation(wdlg->m_optionsPage->orientation());
app()->setNetworkEnabled(wdlg->m_optionsPage->networkEnabled());
return app()->generateFiles(errorMessage);
......
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