summaryrefslogtreecommitdiff
path: root/qtcreator.qbp
diff options
context:
space:
mode:
authorYuchen Deng <loaden@gmail.com>2012-08-04 20:26:06 +0800
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-08-14 13:15:24 +0200
commit6a90f42d6f6bf724ee0ab83d0cab030fb8a8eec5 (patch)
treecddb57e47f738b47bc973cd2f686f3c923528e43 /qtcreator.qbp
parent602e5849be9c4fad14b7843a20b008ac108bfa91 (diff)
downloadqt-creator-6a90f42d6f6bf724ee0ab83d0cab030fb8a8eec5.tar.gz
qbs files: Install 'qtcreator.sh' only for linux/macx
Change-Id: I052deda0248e00ada10204a677cf15fa0f7f964d Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qtcreator.qbp')
-rw-r--r--qtcreator.qbp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.qbp b/qtcreator.qbp
index cdd2a4fec2..65b61a7e02 100644
--- a/qtcreator.qbp
+++ b/qtcreator.qbp
@@ -157,6 +157,7 @@ Project {
]
Group {
+ condition: qbs.targetOS == "linux" || qbs.targetOS == "macx"
files: "bin/qtcreator.sh"
fileTags: "install"
qbs.installDir: "bin"