aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-02-01 14:38:39 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-02-02 09:14:01 +0000
commitbc15b474878494e2b31c90d46856c3cf50690a7e (patch)
treee0d665a9d0e2b1dd2c2e13542f295b267d99f046 /share/share.qbs
parent2bde6a584617d85e435eaa85e2faad26124fb2a5 (diff)
Build Qbs QML type info dynamically
... when building with qbs. Optionally also update the copies in the repository. Change-Id: I4604eff6de95101a8cb086708d5a9ef24af0fd32 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/share.qbs b/share/share.qbs
index c5ee2b1c39..c929391115 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -27,6 +27,10 @@ Product {
"themes/**/*",
"welcomescreen/**/*"
]
+ excludeFiles: [
+ "qml-type-descriptions/qbs-bundle.json",
+ "qml-type-descriptions/qbs.qmltypes",
+ ]
}
Group {