summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml')
-rw-r--r--share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml b/share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml
new file mode 100644
index 0000000000..a2c09247b3
--- /dev/null
+++ b/share/qtcreator/templates/qml/qtquickcontrols_1_1/template.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<template openeditor="main.qml" priority="B"
+ featuresRequired="QtSupport.Wizards.FeatureQtQuickProject, QtSupport.Wizards.FeatureQtQuick, QtSupport.Wizards.FeatureQtQuick.2, QtSupport.Wizards.FeatureQtQuick.Controls">
+ <displayname>Qt Quick Controls 1.1</displayname>
+ <description>Creates a Qt Quick 2 UI project with a single QML file that contains the main view and uses Qt Quick Controls. You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. This project requires that you have installed Qt Quick Controls for your Qt version. Requires Qt 5.2 or newer.</description>
+</template>