Files
docker-qt/Dockerfile.win32d

7 lines
152 B
Docker
Raw Permalink Normal View History

2020-06-06 16:50:44 -04:00
FROM fffaraz/qt:mxe
RUN \
cd /opt/mxe && \
2022-04-24 16:34:14 -04:00
make --jobs=$(nproc) JOBS=$(nproc) MXE_TARGETS='i686-w64-mingw32.shared' qt6-qtbase && \
2020-06-06 16:50:44 -04:00
exit 0