forked from qt-creator/qt-creator
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:
@@ -19,6 +19,14 @@ Project {
|
||||
directory: "."
|
||||
}
|
||||
|
||||
ImageFiles {
|
||||
directory: "images"
|
||||
}
|
||||
|
||||
ImageFiles {
|
||||
directory: "assets"
|
||||
}
|
||||
|
||||
Files {
|
||||
filter: "*.conf"
|
||||
files: ["qtquickcontrols2.conf"]
|
||||
|
@@ -0,0 +1 @@
|
||||
Image assets generated by Bridge in this folder are loaded automatically.
|
@@ -0,0 +1 @@
|
||||
Images in this folder are loaded automatically.
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user