Wizards: removing feature GENERIC_CPP_ENTRY_POINT

We want finer grained features

Change-Id: Id65d58409a6960aa9d132cb29592b921ee6bcfdf
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-02-14 13:50:38 +01:00
parent f916d38dce
commit cc76f6eadd
13 changed files with 12 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ Html5AppWizard::~Html5AppWizard()
Core::FeatureSet Html5AppWizard::requiredFeatures() const
{
return Core::Feature(QtSupport::Constants::FEATURE_GENERIC_CPP_ENTRY_POINT);
return Core::Feature(QtSupport::Constants::FEATURE_QT_WEBKIT);
}
Core::BaseFileWizardParameters Html5AppWizard::parameters()