aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-07-02 12:20:51 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-07-03 15:02:12 +0200
commit2e2e74018614ec25c1591cd883d7936ec42b8ca9 (patch)
tree6b3f231c901d9600b0196b4edaac4a92e7e47e43 /share/share.qbs
parent8a6c03c35c6487c33a25209f29546bfd33c51cfc (diff)
Make the qbs project files embeddable in another project.
The qmake project files already have this ability. Change-Id: I9d01609525b410a7cf0bb86865aa85c5435bad03 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/share.qbs')
-rw-r--r--share/share.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/share.qbs b/share/share.qbs
index cdd571339..1cefa5af1 100644
--- a/share/share.qbs
+++ b/share/share.qbs
@@ -1,11 +1,11 @@
import qbs
Product {
- name: "share"
+ name: "qbs resources"
Group {
files: ["qbs"]
qbs.install: true
- qbs.installDir: "share"
+ qbs.installDir: project.resourcesInstallDir + "/share"
}
Transformer {