diff options
author | Aleksei German <[email protected]> | 2023-09-29 11:53:01 +0200 |
---|---|---|
committer | Aleksei German <[email protected]> | 2023-09-29 12:41:27 +0000 |
commit | 4385dc95676cdde0cdd763b5de54bf4c6bf0c66a (patch) | |
tree | 38e599444ed4df5da3afa49d00616ae9d23f3521 | |
parent | 68e83af480fe5cdc76921960f48c5d6a7881b521 (diff) |
QmlDesigner: Fix MCUs project wizardqds/v4.3.0
Task-number: QDS-10802
Change-Id: I94591458ced09ea483df75f8e5bfdd4b506baca0
Reviewed-by: Aleksei German <[email protected]>
-rw-r--r-- | share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/wizard.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/wizard.json b/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/wizard.json index 5c27a294467..01baa5f9760 100644 --- a/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/wizard.json +++ b/share/qtcreator/qmldesigner/studio_templates/projects/application-mcu/wizard.json @@ -188,7 +188,7 @@ { "isBinary": true, "source": "MCUDefaultStyle/images", - "target": "%{ProjectDirectory}/MCUDefaultStyle/images" + "target": "%{ProjectDirectory}/imports/MCUDefaultStyle/images" } ] } |