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
aab00690c5
commit
5575c9e133
17
5.13.2/compile_mac_dev.sh
Normal file
17
5.13.2/compile_mac_dev.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user