aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-11-28 15:57:15 +0100
committerUlf Hermann <ulf.hermann@qt.io>2018-01-29 09:04:45 +0000
commite44504371c99960e05ca42bae4ce404bcc18998a (patch)
tree458c9a9e7bddf3dc113e72fcd2794d71bcd4fd82 /share
parentc535cce8c670c17d018571e7f32a4f624b0c09a9 (diff)
QmlProjectManager: Prepare for running on remote devices
We add a "targetDirectory" property to the file format and fill in the deployment data. (cherry picked from commit fba61c5b55052c382e030748fa6e2703abb5401d) Change-Id: If207cd5c77175c54cffdb5df92ea85c425cd3191 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qml-type-descriptions/qmlproject.qmltypes1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes b/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
index a0dbed2b56..c7e7cdf937 100644
--- a/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
+++ b/share/qtcreator/qml-type-descriptions/qmlproject.qmltypes
@@ -11,6 +11,7 @@ Module {
"QmlProject/Project 1.1"
]
Property { name: "sourceDirectory"; type: "string" }
+ Property { name: "targetDirectory": type: "string" }
Property { name: "mainFile"; type: "string" }
Property { name: "importPaths"; type: "string"; isList: true }
Property { name: "content"; type: "QmlProjectItem"; isList: true }