mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-23 03:10:06 +08:00
path fix
This commit is contained in:
parent
d46d9cbf51
commit
e3fe2e5aed
@ -7,7 +7,7 @@ export PATH=$PATH:$(pwd)/qtbase/bin
|
|||||||
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
|
|
||||||
./configure -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.4-arm
|
./configure -device-option QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.5-arm
|
||||||
|
|
||||||
makej
|
makej
|
||||||
echo maki | sudo -S sudo make install
|
echo maki | sudo -S sudo make install
|
||||||
|
@ -7,7 +7,7 @@ export PATH=$PATH:$(pwd)/qtbase/bin
|
|||||||
|
|
||||||
cd qtbase
|
cd qtbase
|
||||||
|
|
||||||
./configure -static -release -ltcg -optimize-size -no-pch -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.4-static
|
./configure -static -release -ltcg -optimize-size -no-pch -opensource -confirm-license -nomake examples -nomake tests -no-openssl -securetransport -prefix /usr/local/Qt-5.15.5-static
|
||||||
|
|
||||||
makej
|
makej
|
||||||
echo maki | sudo -S sudo make install
|
echo maki | sudo -S sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user