Reset ignoreGenericOptionsPage in Qt Quick wizard

Change-Id: I2cef1387430cd27783f9ee6cb1bea548eb58575c
Reviewed-on: http://codereview.qt.nokia.com/1325
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Daniel Teske
2011-07-07 17:25:52 +02:00
committed by Kai Koehne
parent 4f741fc7c8
commit 050af03876

View File

@@ -84,6 +84,7 @@ QtQuickAppWizardDialog::QtQuickAppWizardDialog(QWidget *parent)
bool QtQuickAppWizardDialog::validateCurrentPage()
{
if (currentPage() == m_componentOptionsPage) {
setIgnoreGenericOptionsPage(false);
if (m_componentOptionsPage->componentSet() == QtQuickApp::Symbian10Components) {
setIgnoreGenericOptionsPage(true);
targetsPage()->setMinimumQtVersion(QtSupport::QtVersionNumber(4, 7, 3));