aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-07-13 11:31:22 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2019-07-15 05:38:12 +0000
commit663e9003a327f510c9342c82e57bb3f147a71be3 (patch)
tree978a545ae001a968948807440dc40bff60e5838a /share/qtcreator/templates
parent51cd2885ef56d43b8f421046fab6e5f85f8e6484 (diff)
Application wizards: Remove duplicate entry in a generated .qrc file
qml.qrc: Warning: potential duplicate alias detected: 'main.qml' Change-Id: I949fda863175c3de4a828a93ca01620010a44e93 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r--share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/qml.qrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/qml.qrc b/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/qml.qrc
index 61176f1348..d4df9e8a7d 100644
--- a/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/qml.qrc
+++ b/share/qtcreator/templates/wizards/projects/qtquickapplication/swipe/qml.qrc
@@ -3,7 +3,6 @@
<file>main.qml</file>
<file>Page1Form.ui.qml</file>
<file>Page2Form.ui.qml</file>
- <file>main.qml</file>
<file>qtquickcontrols2.conf</file>
</qresource>
</RCC>