diff options
| author | Jake Petroules | 2015-04-19 15:50:35 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-04-20 19:02:47 +0800 |
| commit | e571e0edeb31d7d405f513875ff0a84fa7b66b72 (patch) | |
| tree | 749ffd039f6ce7c134dff779046a2e1744cb8624 /Library | |
| parent | cddebb2a5dac3618873821009f8388e2997075de (diff) | |
| download | homebrew-e571e0edeb31d7d405f513875ff0a84fa7b66b72.tar.bz2 | |
qbs 1.3.4
Closes #38837.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/qbs.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/qbs.rb b/Library/Formula/qbs.rb index 28e4e9ae4..5fb3b7a5c 100644 --- a/Library/Formula/qbs.rb +++ b/Library/Formula/qbs.rb @@ -2,8 +2,8 @@ require "formula" class Qbs < Formula homepage "http://qt-project.org/wiki/qbs" - url "http://download.qt-project.org/official_releases/qbs/1.3.2/qbs-1.3.2.src.tar.gz" - sha1 "ce2d807c145e239d39e360521d62486eb1e3d108" + url "http://download.qt-project.org/official_releases/qbs/1.3.4/qbs-1.3.4.src.tar.gz" + sha1 "32d720230d4afe39adef57375c9002726b64d544" bottle do cellar :any @@ -36,6 +36,7 @@ class Qbs < Formula } EOS - system "#{bin}/qbs", "run", "-f", "test.qbp", "profile:clang" + system "#{bin}/qbs", "setup-toolchains", "--detect", "--settings-dir", testpath + system "#{bin}/qbs", "run", "--settings-dir", testpath, "-f", "test.qbp", "profile:clang" end end |
