diff options
author | Marco Bubke <marco.bubke@digia.com> | 2014-03-05 13:47:49 +0100 |
---|---|---|
committer | Marco Bubke <marco.bubke@digia.com> | 2014-03-05 15:29:11 +0100 |
commit | 57591442a0f74eaa8aeb049ffea96f30ff5b2cd2 (patch) | |
tree | e6fab3c0b23115c1ddd7b659f628c64f4200a4d9 /share/qtcreator/templates | |
parent | 2784d750cfa02f2b6dfc78d83f923ee62921fdbd (diff) | |
download | qt-creator-57591442a0f74eaa8aeb049ffea96f30ff5b2cd2.tar.gz |
Change priority of qml application templates
The Window element is not working in the qml designer. So it would would
be nice to have a default template which is actually working.
Change-Id: I7eae41d9ccc1c0cc8b65a6eed3f999e45b396291
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Diffstat (limited to 'share/qtcreator/templates')
4 files changed, 4 insertions, 4 deletions
diff --git a/share/qtcreator/templates/qtquick/qtquick_2_1/template.xml b/share/qtcreator/templates/qtquick/qtquick_2_1/template.xml index b87a4a871b..e0a5cb5008 100644 --- a/share/qtcreator/templates/qtquick/qtquick_2_1/template.xml +++ b/share/qtcreator/templates/qtquick/qtquick_2_1/template.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<template openeditor="main.qml" priority="C" +<template openeditor="main.qml" priority="D" featuresRequired="QtSupport.Wizards.FeatureQtQuick.2.1" qrcdeployment="qrcdeployment.pri" stubversionminor="5"> diff --git a/share/qtcreator/templates/qtquick/qtquick_2_2/template.xml b/share/qtcreator/templates/qtquick/qtquick_2_2/template.xml index e6ad402e2f..77e0205cef 100644 --- a/share/qtcreator/templates/qtquick/qtquick_2_2/template.xml +++ b/share/qtcreator/templates/qtquick/qtquick_2_2/template.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<template openeditor="main.qml" priority="A" +<template openeditor="main.qml" priority="C" featuresRequired="QtSupport.Wizards.FeatureQtQuick.2.2" qrcdeployment="qrcdeployment.pri" stubversionminor="5"> diff --git a/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/template.xml b/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/template.xml index e9125626d1..026be35600 100644 --- a/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/template.xml +++ b/share/qtcreator/templates/qtquick/qtquickcontrols_1_0/template.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<template openeditor="main.qml" priority="D" +<template openeditor="main.qml" priority="B" featuresRequired="QtSupport.Wizards.FeatureQtQuick.Controls.1.0" qrcdeployment="qrcdeployment.pri" stubversionminor="1"> diff --git a/share/qtcreator/templates/qtquick/qtquickcontrols_1_1/template.xml b/share/qtcreator/templates/qtquick/qtquickcontrols_1_1/template.xml index 90bf708dba..d3d0f96fe0 100644 --- a/share/qtcreator/templates/qtquick/qtquickcontrols_1_1/template.xml +++ b/share/qtcreator/templates/qtquick/qtquickcontrols_1_1/template.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<template openeditor="main.qml" priority="B" +<template openeditor="main.qml" priority="A" featuresRequired="QtSupport.Wizards.FeatureQtQuick.Controls.1.1" qrcdeployment="qrcdeployment.pri" stubversionminor="1"> |