Skip to content

Commit

Permalink
Upgrade to Qt 6.4.1
Browse files Browse the repository at this point in the history
The build unfortunately fail due to too old CMake version.

Proposal for root-cause fix: emscripten-core/emsdk#1135
  • Loading branch information
forderud committed Dec 5, 2022
1 parent c489553 commit d57214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN cp GE_External_Root_CA_2_1.crt /usr/local/share/ca-certificates/
RUN update-ca-certificates

# Clone Qt sources
RUN git clone --branch=5.15.2 https://code.qt.io/qt/qt5.git
RUN git clone --branch=6.4.1 https://code.qt.io/qt/qt5.git
WORKDIR /development/qt5
RUN ./init-repository

Expand Down

0 comments on commit d57214a

Please sign in to comment.