diff options
Diffstat (limited to 'homebrew/qcachegrind/.make.sh-auto')
-rw-r--r-- | homebrew/qcachegrind/.make.sh-auto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/qcachegrind/.make.sh-auto b/homebrew/qcachegrind/.make.sh-auto new file mode 100644 index 000000000..fc48f5e95 --- /dev/null +++ b/homebrew/qcachegrind/.make.sh-auto @@ -0,0 +1,6 @@ +pkg:setup +cd "qcachegrind" +#{Formula[qt"].opt_bin}/qmake" -spec macx-clang -config release +make +prefix.install "qcachegrind.app" +bin.install_symlink prefix/"qcachegrind.app/Contents/MacOS/qcachegrind" |