Skip to content
Snippets Groups Projects
Commit 9a5af008 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

Wizards: Symbian does support console applications


Change-Id: Ifc75dad7cd13eaeb7c36a5b510c52a2fb2cc9754
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@nokia.com>
Reviewed-by: default avatarRobert Löhning <robert.loehning@nokia.com>
parent b9d15b11
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,6 @@ Core::FeatureSet SymbianQtVersion::availableFeatures() const
Core::FeatureSet features = QtSupport::BaseQtVersion::availableFeatures();
if (qtVersion() >= QtSupport::QtVersionNumber(4, 7, 4)) //no reliable test for components, yet.
features |= Core::FeatureSet(QtSupport::Constants::FEATURE_QTQUICK_COMPONENTS_SYMBIAN);
features.remove(Core::Feature(QtSupport::Constants::FEATURE_QT_CONSOLE));
features |= Core::FeatureSet(QtSupport::Constants::FEATURE_MOBILE);
return features;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment