diff --git a/5.13.2/compile_mac_dev.sh b/5.13.2/compile_mac_dev.sh new file mode 100644 index 0000000..ec71047 --- /dev/null +++ b/5.13.2/compile_mac_dev.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +export PATH=$PATH:/usr/local/Qt-5.13.2/bin + +cd qtbase + +./configure -developer-build -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport + +make -j 12 + +cd ../qttools +qmake +make -j 12 + +cd ../qtmacextras +qmake +make -j 12 \ No newline at end of file