qt6
This commit is contained in:
@@ -5,8 +5,8 @@ RUN \
|
|||||||
git clone https://github.com/mxe/mxe.git && \
|
git clone https://github.com/mxe/mxe.git && \
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.shared' qtbase && \
|
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.shared' qt6-qtbase && \
|
||||||
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.shared-qmake-qt5 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ RUN \
|
|||||||
git clone https://github.com/mxe/mxe.git && \
|
git clone https://github.com/mxe/mxe.git && \
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qtbase && \
|
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='i686-w64-mingw32.static' qt6-qtbase && \
|
||||||
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt5 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/i686-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ RUN \
|
|||||||
git clone https://github.com/mxe/mxe.git && \
|
git clone https://github.com/mxe/mxe.git && \
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.shared' qtbase && \
|
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-qt5 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.shared-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ RUN \
|
|||||||
git clone https://github.com/mxe/mxe.git && \
|
git clone https://github.com/mxe/mxe.git && \
|
||||||
cd /opt/mxe && \
|
cd /opt/mxe && \
|
||||||
NPROC=$(($(nproc)+4)) && \
|
NPROC=$(($(nproc)+4)) && \
|
||||||
make --jobs=$NPROC JOBS=$NPROC MXE_TARGETS='x86_64-w64-mingw32.static' qtbase && \
|
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-qt5 /usr/bin/qmake && \
|
ln -s /opt/mxe/usr/bin/x86_64-w64-mingw32.static-qmake-qt6 /usr/bin/qmake && \
|
||||||
qmake --version && \
|
qmake --version && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user