You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Important**: This patch fixes a C++ compilation error where the qualified name lookup fails on ARM64 builds. Without this patch, the build will fail with compilation errors.
107
+
108
+
## Step 4: Build GN (Google's Build System) for Cross-Compilation
73
109
74
110
GN must be built first as a native x64 binary before cross-compiling QtWebEngine.
75
111
@@ -90,7 +126,7 @@ cmake --build . --parallel
90
126
91
127
> **Note**: The GN build often fails on the first attempt due to dependency resolution. Running the build command twice typically resolves this issue.
92
128
93
-
## Step 4: Cross-Compile QtWebEngine/QtPdf for ARM64
129
+
## Step 5: Cross-Compile QtWebEngine/QtPdf for ARM64
After the build is complete, you need to install the libraries. It's recommended to install to a separate directory to avoid conflicts with your native Qt installation.
0 commit comments