summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2023-02-22 14:48:57 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2023-02-22 14:03:55 +0000
commitee60b2767de1c24af80f49c7aa2c396d67ef2baf (patch)
treecfa2188a4304da1759e9e7aa1a0600dc68023642
parent917d38f317689059fb8b8e503d4f74e15c80ad6f (diff)
downloadqt-creator-ee60b2767de1c24af80f49c7aa2c396d67ef2baf.tar.gz
QmlDesigner: Define mainUiFile in application template
Task-number: QDS-9242 Change-Id: I9811762f7f138f2ea0ffcb3fb93e0225cbd47e51 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl b/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
index f8d2de412f..d598f361c1 100644
--- a/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
+++ b/share/qtcreator/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
@@ -6,6 +6,7 @@ import QmlProject 1.1
Project {
mainFile: "content/App.qml"
+ mainUiFile: "content/Screen01.ui.qml"
/* Include .qml, .js, and image files from current directory and subdirectories */
QmlFiles {