diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2012-03-30 16:01:03 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2012-03-30 16:01:54 +0200 |
commit | f3bbbaeef61e434175d263ba4c34a39b356ac906 (patch) | |
tree | ebd854263e7566ea8cf651e7db773bb333633bea /qtcreator.qbp | |
parent | 042dae0e5eea5ab8cc7a6730dc11ca2d2d300898 (diff) | |
download | qt-creator-f3bbbaeef61e434175d263ba4c34a39b356ac906.tar.gz |
qbs files: fix install location of qtcreator.sh
Change-Id: I6cb039c41d62f1b7b48613b22d4faa9d24d98278
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 41f50ab4d7..be5523235f 100644 --- a/qtcreator.qbp +++ b/qtcreator.qbp @@ -150,6 +150,7 @@ Project { Group { files: "bin/qtcreator.sh" fileTags: "install" + qbs.installDir: "bin" } Group { |