diff options
author | Yuchen Deng <loaden@gmail.com> | 2012-08-04 20:26:06 +0800 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2012-08-14 13:15:24 +0200 |
commit | 6a90f42d6f6bf724ee0ab83d0cab030fb8a8eec5 (patch) | |
tree | cddb57e47f738b47bc973cd2f686f3c923528e43 /qtcreator.qbp | |
parent | 602e5849be9c4fad14b7843a20b008ac108bfa91 (diff) | |
download | qt-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.qbp | 1 |
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" |