qt6
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user