diff --git a/Dockerfile.win32d b/Dockerfile.win32d index 1186bee..4923ef9 100644 --- a/Dockerfile.win32d +++ b/Dockerfile.win32d @@ -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='i686-w64-mingw32.shared' qtbase && \ - ln -s /opt/mxe/usr/bin/i686-w64-mingw32.shared-qmake-qt5 /usr/bin/qmake && \ + make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.shared' qt6-qtbase && \ + ln -s /opt/mxe/usr/bin/i686-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \ qmake --version && \ exit 0 diff --git a/Dockerfile.win32s b/Dockerfile.win32s index 9ee71e0..1f89f96 100644 --- a/Dockerfile.win32s +++ b/Dockerfile.win32s @@ -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='i686-w64-mingw32.static' qtbase && \ - ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt5 /usr/bin/qmake && \ + make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qt6-qtbase && \ + ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \ qmake --version && \ exit 0 diff --git a/Dockerfile.win64d b/Dockerfile.win64d index c1137ab..bcf8622 100644 --- a/Dockerfile.win64d +++ b/Dockerfile.win64d @@ -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.shared' qtbase && \ - ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.shared-qmake-qt5 /usr/bin/qmake && \ + make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.shared' qt6-qtbase && \ + ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \ qmake --version && \ exit 0 diff --git a/Dockerfile.win64s b/Dockerfile.win64s index 0711e1c..f0b7d7f 100644 --- a/Dockerfile.win64s +++ b/Dockerfile.win64s @@ -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