QmlProjectManager: Allow QmlProjectRunconfigurations on non-Desktop

This is an artificial restriction accidentally added by a previous
commit.

Change-Id: I6c3273ed3f0b9f223304ecce35e81ed6013ae275
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Ulf Hermann
2018-02-08 14:32:18 +01:00
parent f89691a235
commit 65cd490021

View File

@@ -37,7 +37,6 @@ QmlProjectRunConfigurationFactory::QmlProjectRunConfigurationFactory(QObject *pa
setObjectName("QmlProjectRunConfigurationFactory");
registerRunConfiguration<QmlProjectRunConfiguration>(Constants::QML_SCENE_RC_ID);
addSupportedProjectType(QmlProjectManager::Constants::QML_PROJECT_ID);
setSupportedTargetDeviceTypes({ProjectExplorer::Constants::DESKTOP_DEVICE_TYPE});
}
} // namespace Internal