aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-08-15 17:01:32 -0700
committerJake Petroules <jake.petroules@qt.io>2017-08-16 18:21:09 +0000
commita6d205aebcb0d6bd55f4667fa9d3a0ef6460c499 (patch)
treeea12fca7ea41c23691629b1afd47f247465d4c0b /src/packages
parent906d4085b43194633dbbcbd047916490dca1e23f (diff)
Install license files into our tgz/zip binary packages
Change-Id: I1afd65616c4c4d717eb4b376402d60ad52b2cebb Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/packages')
-rw-r--r--src/packages/archive/archive.qbs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/packages/archive/archive.qbs b/src/packages/archive/archive.qbs
index 86f547ee0..166ecdd27 100644
--- a/src/packages/archive/archive.qbs
+++ b/src/packages/archive/archive.qbs
@@ -62,6 +62,18 @@ QbsProduct {
}
Group {
+ name: "Licenses"
+ prefix: "../../../"
+ files: [
+ "LGPL_EXCEPTION.txt",
+ "LICENSE.LGPLv3",
+ "LICENSE.LGPLv21",
+ ]
+ qbs.install: true
+ qbs.installDir: "share/doc/qbs"
+ }
+
+ Group {
condition: qbs.targetOS.contains("macos")
prefix: Qt.core.libPath + "/"
name: "Qt libraries"