aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-01-16 11:27:26 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-01-24 13:02:32 +0100
commit0cf4f0885b4f277068f71766c1c4aa7563288e39 (patch)
tree6d83c80d1afb1a3e3419e66a55f18ff70af27e48 /share/share.qbs
parented93b998dd58a3bcd1949505a0d4142a5e961467 (diff)
Adapt qbs project files to new installation approach.
This need a qbs build >= commit 5cdf94de to work properly. Change-Id: If86aedf9e3f9d01ad1202e03221e49698d517666 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs35
1 files changed, 18 insertions, 17 deletions
diff --git a/share/share.qbs b/share/share.qbs
index fcfc8e5b66..e998dcbc7f 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -1,31 +1,32 @@
import qbs.base 1.0
Product {
- type: ["installed_content"]
name: "SharedContent"
Group {
- qbs.installDir: "share"
- fileTags: ["install"]
- files: "qtcreator"
- recursive: true
- excludeFiles: [
- "qtcreator/translations",
- "qtcreator/scripts",
- "share.pro",
- "share.qbs",
- "static.pro",
+ qbs.install: true
+ qbs.installDir: "share/qtcreator"
+ prefix: "qtcreator/"
+ files: [
+ "designer",
+ "dumper",
+ "generic-highlighter",
+ "glsl",
+ "qml",
+ "qmldesigner",
+ "qmlicons",
+ "qml-type-descriptions",
+ "schemes",
+ "snippets",
+ "styles",
+ "templates",
+ "welcomescreen"
]
}
Group {
- fileTags: ["install"]
- files: "qtcreator/scripts/openTerminal.command"
- }
-
- Group {
+ qbs.install: true
qbs.installDir: "share/qtcreator/externaltools"
- fileTags: ["install"]
prefix: "../src/share/qtcreator/externaltools/"
files: {
var list = [