diff options
Diffstat (limited to 'qmake-mac.sh')
-rw-r--r-- | qmake-mac.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake-mac.sh b/qmake-mac.sh new file mode 100644 index 0000000..0b6c8f3 --- /dev/null +++ b/qmake-mac.sh @@ -0,0 +1,4 @@ +#!/bin/bash +export PATH=/Users/gpg4usb/qt-everywhere-opensource-src-4.8.1/bin/:$PATH +qmake +make |