aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/wizards/qtquickapp.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-06-22 16:21:59 +0200
committerAlessandro Portale <alessandro.portale@nokia.com>2011-06-23 14:36:52 +0200
commit31904563bb2666c73bce71eeb7b5a166691a2b9d (patch)
tree604b49b816e4adfb508b41a734f47fafa4c29a6d /src/plugins/qt4projectmanager/wizards/qtquickapp.h
parent4bf5f4bd948825c4e9c031adfdffaf1a7166470a (diff)
QtQuickApp wizard: Add option for QtQuick 1.1 module
Technically it's just one line in the generated file, but might avoid people be confused on why there is only QtQuick 1.0 as an option. Change-Id: I61fb4e82d8ee71fe6fddcd6845b4b48e78004e81 Reviewed-on: http://codereview.qt.nokia.com/625 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/wizards/qtquickapp.h')
-rw-r--r--src/plugins/qt4projectmanager/wizards/qtquickapp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/wizards/qtquickapp.h b/src/plugins/qt4projectmanager/wizards/qtquickapp.h
index 34b854272c..d1b3bedfb8 100644
--- a/src/plugins/qt4projectmanager/wizards/qtquickapp.h
+++ b/src/plugins/qt4projectmanager/wizards/qtquickapp.h
@@ -117,6 +117,7 @@ public:
enum ComponentSet {
QtQuick10Components,
+ QtQuick11Components,
Symbian10Components
};