This commit is contained in:
Faraz Fallahi
2022-04-10 16:47:00 -04:00
parent 0e0adecffc
commit 5ea7b06e2f
4 changed files with 8 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ RUN \
git clone https://github.com/mxe/mxe.git && \
cd /opt/mxe && \
NPROC=$(($(nproc)+4)) && \
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qtbase && \
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt5 /usr/bin/qmake && \
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qt6-qtbase && \
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
qmake --version && \
exit 0