QmlDesigner: Fix for MCUs project template

Task-number: QDS-11602
Change-Id: I3d19bee208cef0638ca73ca3b1371b39f2a4f01c
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2024-06-10 17:54:54 +02:00
parent 9b21b643ca
commit c0b7b4646f
4 changed files with 19 additions and 1 deletions

View File

@@ -19,6 +19,14 @@ Project {
directory: "."
}
ImageFiles {
directory: "images"
}
ImageFiles {
directory: "assets"
}
Files {
filter: "*.conf"
files: ["qtquickcontrols2.conf"]

View File

@@ -0,0 +1 @@
Image assets generated by Bridge in this folder are loaded automatically.

View File

@@ -0,0 +1 @@
Images in this folder are loaded automatically.

View File

@@ -174,9 +174,17 @@
"target": "%{ProjectDirectory}/CMakeLists.txt"
},
{
"source": "../fonts.txt",
"source": "../common/fonts.txt",
"target": "%{ProjectDirectory}/fonts/fonts.txt"
},
{
"source": "images.txt",
"target": "%{ProjectDirectory}/images/images.txt"
},
{
"source": "assets.txt",
"target": "%{ProjectDirectory}/assets/assets.txt"
},
{
"source": "mcuqtquickcontrols2.conf",
"target": "%{ProjectDirectory}/qtquickcontrols2.conf"