Skip to content

Commit

Permalink
fix: remove install-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic committed Sep 21, 2023
1 parent 195cf5b commit 136bfc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ARG QT_VERSION=5.12.9
# if modules use syntax -m MODULE [MODULE]
ARG QT_MODULES=
# supported versions of dependencies
ARG QT_TOOLS=
ARG QT_HOST=linux
ARG QT_TARGET=desktop
ARG QT_INSTALL_DIR=/opt/qt
Expand All @@ -60,7 +59,6 @@ ARG QT_BASE_DIR=${QT_INSTALL_DIR}/${QT_VERSION}/gcc_64
# see https://www.gitmemory.com/issue/Microsoft/WSL/3023/488329451

RUN aqt install-qt --outputdir ${QT_INSTALL_DIR} ${QT_HOST} ${QT_TARGET} ${QT_VERSION} ${QT_ARCH} ${QT_MODULES} && \
aqt install-tool --outputdir ${QT_INSTALL_DIR} ${QT_HOST} ${QT_TARGET} ${QT_TOOLS} && \
strip --remove-section=.note.ABI-tag ${QT_BASE_DIR}/lib/libQt5Core.so.${QT_VERSION}

ENV PATH=${QT_BASE_DIR}/bin:$PATH
Expand Down

0 comments on commit 136bfc3

Please sign in to comment.