aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qtsupport/qtsupportconstants.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-11 14:52:51 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-17 10:04:54 +0000
commitdebe237a46208944a31361a5a2c8e2d25112d691 (patch)
tree2f1660ed6ba21a8d18376328c2482e775cc31671 /src/plugins/qtsupport/qtsupportconstants.h
parent4dd95aa5d4fd349e4cb9dceb5c35b55cdbe5bc13 (diff)
QtVersion: Add features for major/minor/patchlevel of Qt version
This is more fine-grained than the "Qt4" or "Qt5" we used to support and will allow for wizards to specify things like "Make sure we get a Qt version > 5.x" for the kit selection page. That page is provided by the ProjectExplorer, so we can not access the Qt version there, so Features seem the only possible way to go. Change-Id: I0f4b3a0b5be91fb331924a560414e8f73bccca41 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/qtsupport/qtsupportconstants.h')
-rw-r--r--src/plugins/qtsupport/qtsupportconstants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qtsupportconstants.h b/src/plugins/qtsupport/qtsupportconstants.h
index cfa4d75cb9a..38e0f0589fa 100644
--- a/src/plugins/qtsupport/qtsupportconstants.h
+++ b/src/plugins/qtsupport/qtsupportconstants.h
@@ -51,8 +51,6 @@ static const char QTVERSIONNAME[] = "Name";
//Qt Features
const char FEATURE_QT[] = "QtSupport.Wizards.FeatureQt";
-const char FEATURE_QT4[] = "QtSupport.Wizards.FeatureQt4";
-const char FEATURE_QT5[] = "QtSupport.Wizards.FeatureQt5";
const char FEATURE_QWIDGETS[] = "QtSupport.Wizards.FeatureQWidgets";
const char FEATURE_QT_QUICK[] = "QtSupport.Wizards.FeatureQtQuick";
const char FEATURE_QMLPROJECT[] = "QtSupport.Wizards.FeatureQtQuickProject";