diff options
Diffstat (limited to 'homebrew/qbs/.make.sh-auto')
-rw-r--r-- | homebrew/qbs/.make.sh-auto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/homebrew/qbs/.make.sh-auto b/homebrew/qbs/.make.sh-auto new file mode 100644 index 000000000..aa32baacd --- /dev/null +++ b/homebrew/qbs/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +qmake qbs.pro -r QBS_INSTALL_PREFIX=${PKG_TAPF} CONFIG+=qbs_disable_rpath +make DESTDIR=${PKG_DEST} install INSTALL_ROOT=/ |