aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2016-03-24 12:46:10 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2016-04-12 12:30:55 +0000
commitc320d3909aae3b7baa8891e8d8a84ef7fc28b7dd (patch)
treece8f8c2a0c245e58c93833b149054e10cd5e7c37 /share/share.qbs
parent2a3e342740bd09099198890072296ef3be221ec1 (diff)
Move 3rdparty resources into 3rdparty subdirectory
Change-Id: Ib6363629ef3e4d10bca64936a46147b5defc048b Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs12
1 files changed, 11 insertions, 1 deletions
diff --git a/share/share.qbs b/share/share.qbs
index f00a8e7697..9a51fea6a9 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -13,7 +13,6 @@ Product {
"cplusplus/**/*",
"debugger/**/*",
"designer/**/*",
- "generic-highlighter/**/*",
"glsl/**/*",
"modeleditor/**/*",
"qml/**/*",
@@ -30,6 +29,17 @@ Product {
}
Group {
+ name: "3rdparty"
+ qbs.install: true
+ qbs.installDir: project.ide_data_path
+ qbs.installSourceBase: project.ide_source_tree + "/src/share/3rdparty"
+ prefix: project.ide_source_tree + "/src/share/3rdparty/"
+ files: [
+ "generic-highlighter/**/*"
+ ]
+ }
+
+ Group {
name: "Conditional"
qbs.install: true
qbs.installDir: project.ide_data_path + "/externaltools"