aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/share.qbs b/share/share.qbs
index 6c99f64d5..9349d5c8b 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -56,6 +56,15 @@ Product {
}
Group {
+ name: "Module providers"
+ files: ["qbs/module-providers/**/*"]
+ fileTags: ["qbs resources"]
+ qbs.install: true
+ qbs.installDir: qbsbuildconfig.resourcesInstallDir + "/share"
+ qbs.installSourceBase: "."
+ }
+
+ Group {
name: "Examples as resources"
files: ["../examples/**/*"]
fileTags: []