forked from qt-creator/qt-creator
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:
@@ -84,6 +84,7 @@ QtQuickAppWizardDialog::QtQuickAppWizardDialog(QWidget *parent)
|
|||||||
bool QtQuickAppWizardDialog::validateCurrentPage()
|
bool QtQuickAppWizardDialog::validateCurrentPage()
|
||||||
{
|
{
|
||||||
if (currentPage() == m_componentOptionsPage) {
|
if (currentPage() == m_componentOptionsPage) {
|
||||||
|
setIgnoreGenericOptionsPage(false);
|
||||||
if (m_componentOptionsPage->componentSet() == QtQuickApp::Symbian10Components) {
|
if (m_componentOptionsPage->componentSet() == QtQuickApp::Symbian10Components) {
|
||||||
setIgnoreGenericOptionsPage(true);
|
setIgnoreGenericOptionsPage(true);
|
||||||
targetsPage()->setMinimumQtVersion(QtSupport::QtVersionNumber(4, 7, 3));
|
targetsPage()->setMinimumQtVersion(QtSupport::QtVersionNumber(4, 7, 3));
|
||||||
|
|||||||
Reference in New Issue
Block a user