summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/qml/qtquick_2_1/template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/qml/qtquick_2_1/template.xml')
-rw-r--r--share/qtcreator/templates/qml/qtquick_2_1/template.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qtcreator/templates/qml/qtquick_2_1/template.xml b/share/qtcreator/templates/qml/qtquick_2_1/template.xml
new file mode 100644
index 0000000000..86e9074adb
--- /dev/null
+++ b/share/qtcreator/templates/qml/qtquick_2_1/template.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<template openeditor="main.qml" priority="C"
+ featuresRequired="QtSupport.Wizards.FeatureQtQuickProject, QtSupport.Wizards.FeatureQtQuick, QtSupport.Wizards.FeatureQtQuick.2">
+ <displayname>Qt Quick 2.1</displayname>
+ <description>Creates a Qt Quick 2 UI project with a single QML file that contains the main view. You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of project. Requires Qt 5.1 or newer.</description>
+</template>