Skip to content

Commit 53c50ea

Browse files
authored
docs: add comments explaining xwin splat and aqtinstall steps
1 parent 6ec1995 commit 53c50ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.devcontainer/base/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ RUN --mount=type=bind,source=.devcontainer/base/apt-requirements.json,target=/tm
6666
cp /etc/skel/.bashrc /root/.bashrc
6767
EOF
6868

69+
# Download Windows SDK headers and libraries for cross-compilation
6970
RUN xwin --accept-license splat --include-debug-libs --preserve-ms-arch-notation --output /winsdk \
7071
&& rm -rf /root/.xwin-cache
7172

73+
# Install Qt6 for Windows cross-compilation via aqtinstall
7274
RUN pip3 install --break-system-packages --no-cache-dir aqtinstall==3.3.0 \
7375
&& aqt install-qt windows desktop 6.4.2 win64_msvc2019_64 --outputdir /opt/qt6-windows \
7476
&& pip3 uninstall --break-system-packages -y aqtinstall \

0 commit comments

Comments
 (0)