aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-04-17 13:32:12 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-04-17 16:20:34 +0200
commit82cd6919ad652afd69575d0b8fec5fd474fc2595 (patch)
tree278102ba7d7c212038438a92a6c2d24a446efb7e /share
parent91cdadcbb6414f912c4ed3c42b6189d37e02f064 (diff)
share.qbs: do not install content of share/qtcreator/patches
Change-Id: I15c0d29e63015a346381389098a9a00f970cbc3c Reviewed-by: David Schulz <david.schulz@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/share.qbs15
1 files changed, 0 insertions, 15 deletions
diff --git a/share/share.qbs b/share/share.qbs
index 4013b11931..4ea97af4cf 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -93,21 +93,6 @@ Product {
}
Group {
- qbs.installDir: "share/qtcreator/patches"
- fileTags: ["install"]
- prefix: "qtcreator/patches/"
- files: [
- ".gitattributes",
- "README",
- "gdb-expand-line-sal-maybe.patch",
- "gdb-increased-dcache-line-size.patch",
- "gdb-stepping-for-maemo.patch",
- "gdb-without-dwarf-name-canonicalization.patch",
- "gdb-work-around-trk-single-step.patch",
- ]
- }
-
- Group {
qbs.installDir: "share/qtcreator/qml-type-descriptions"
fileTags: ["install"]
prefix: "qtcreator/qml-type-descriptions/"