mirror of https://github.com/qt/qt5.git
Fix the compilation error of adding the ARM architecture
This commit is contained in:
parent
e8d2d636f5
commit
6fbc6dd226
|
@ -305,3 +305,4 @@
|
|||
url = https://github.com/qt/qtwebglplugin.git
|
||||
branch = 5.12.3
|
||||
status = addon
|
||||
|
||||
|
|
|
@ -58,4 +58,3 @@ python3 make_universal.py $prj_path/Qt5.12.3 $prj_path/Qt5.12.3_x86_64 $prj_path
|
|||
cp $prj_path/Qt5.12.3_x86_64/bin/macdeployqt $prj_path/Qt5.12.3/bin
|
||||
# qt.conf 用来指定当前 qmake 所依赖的的 Qt 库
|
||||
cp qt.conf $prj_path/Qt5.12.3/bin
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ success = 0
|
|||
failed = 0
|
||||
skipped = 0
|
||||
|
||||
|
||||
def check_arch(file_name, arch):
|
||||
# print("lipo " + file_name + " -verify_arch " + arch)
|
||||
return os.system("lipo " + file_name + " -verify_arch " + arch)
|
||||
|
|
2
qtbase
2
qtbase
|
@ -1 +1 @@
|
|||
Subproject commit 9261bd98bdd342f2e5aeec6c1d3c32b7388e0b54
|
||||
Subproject commit a46c2553f4402f113629138ba8db3d7498ef22bf
|
|
@ -1 +1 @@
|
|||
Subproject commit 6ad847ff12071fdf5d9ede989399cb776c644f7b
|
||||
Subproject commit 6191083e4837fad094ca4eff7406c3e4f8bc1c4e
|
Loading…
Reference in New Issue