forked from qt-creator/qt-creator
Wizards: qml project support is desktop only
We support (pure) qml projects only on the desktop. Change-Id: Ib68d8ddab053a2b4e4b60cc07e9408eff0e27d63 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -68,7 +68,7 @@ QmlProjectApplicationWizard::~QmlProjectApplicationWizard()
|
||||
|
||||
Core::FeatureSet QmlProjectApplicationWizard::requiredFeatures() const
|
||||
{
|
||||
return Core::Feature(QtSupport::Constants::FEATURE_QT_QUICK);
|
||||
return Core::Feature(QtSupport::Constants::FEATURE_QT_QUICK) | Core::Feature(QtSupport::Constants::FEATURE_QMLPROJECT);
|
||||
}
|
||||
|
||||
Core::BaseFileWizardParameters QmlProjectApplicationWizard::parameters()
|
||||
|
||||
Reference in New Issue
Block a user