Skip to content

Commit a685a93

Browse files
authored
Update Qt to use reMarkable's qtbase (#22)
* Update Qt to 5.15.1 and use reMarkable's qt source * Fix init-repository call
1 parent 1d79557 commit a685a93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

qt/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
1313
&& cd /root \
1414
&& git clone https://code.qt.io/qt/qt5.git \
1515
&& cd qt5 \
16-
&& git checkout dd11f01de7416b650b58c13e18146533d764477c \
17-
&& perl init-repository --module-subset=essential,-qtmultimedia,-qttools,qtgraphicaleffects,qtquickcontrols2,qtsvg,qtwebsockets \
16+
&& git checkout 0f7f776d3915ef16a9c737141994284f035aa3b1 \
17+
&& GIT_ASKPASS="/bin/echo" perl init-repository --module-subset=essential,-qtmultimedia,-qttools,qtgraphicaleffects,qtquickcontrols2,qtsvg,qtwebsockets --mirror=https://github.com/reMarkable/ \
1818
# Setup reMarkable mkspec
1919
&& mv /linux-arm-remarkable-g++ qtbase/mkspecs/devices \
2020
&& cd .. \

0 commit comments

Comments
 (0)