mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 19:00:04 +08:00
Create compile_mac_dev.sh
This commit is contained in:
parent
3212d56901
commit
ce626a86a5
20
5.6.3/compile_mac_dev.sh
Normal file
20
5.6.3/compile_mac_dev.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user