diff --git a/5.6.3/compile_mac_dev.sh b/5.6.3/compile_mac_dev.sh new file mode 100644 index 0000000..78765cf --- /dev/null +++ b/5.6.3/compile_mac_dev.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +makej () { + make -j$(sysctl -n hw.ncpu) +} +export PATH=$PATH:$PWD/qtbase/bin + +cd qtbase + +./configure -developer-build -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport + +makej + +cd ../qttools +qmake +makej + +cd ../qtmacextras +qmake +makej \ No newline at end of file