mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-07-05 00:45:23 +08:00
Create compile_mac_dev.sh
This commit is contained in:
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
|
Reference in New Issue
Block a user