aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-11-01 15:50:15 -0700
committerJake Petroules <jake.petroules@qt.io>2017-11-02 15:16:31 +0000
commit81c92bf00f2e1dad3e319d0bbc5ae466e2a047c6 (patch)
tree2a0caac96b85f8163c4aa70d41b393e3d4033fcc /share/share.qbs
parente7bb51e497cd5836472f4414d254f560ceab2663 (diff)
Allow fully overriding the QML type info build and install paths
Amends 6cb626668a Change-Id: I876f4b72a5d6ee20721b3746861f615e750c9be1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/share.qbs b/share/share.qbs
index c9966c791..18185927f 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -80,7 +80,6 @@ Product {
Artifact {
filePath: FileInfo.joinPaths(
project.buildDirectory,
- product.qbsbuildconfig.resourcesInstallDir,
product.qbsbuildconfig.qmlTypeDescriptionsInstallDir, "qbs.qmltypes")
fileTags: ["qbs qml type descriptions"]
}
@@ -108,7 +107,6 @@ Product {
Artifact {
filePath: FileInfo.joinPaths(
project.buildDirectory,
- product.qbsbuildconfig.resourcesInstallDir,
product.qbsbuildconfig.qmlTypeDescriptionsInstallDir, "qbs-bundle.json")
fileTags: ["qbs qml type bundle"]
}