We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565c79a commit 3279e0eCopy full SHA for 3279e0e
1 file changed
qt/Dockerfile
@@ -15,13 +15,13 @@ RUN export DEBIAN_FRONTEND=noninteractive \
15
&& git clone https://code.qt.io/qt/qt5.git \
16
&& cd qt5 \
17
&& git switch 6.7.3 \
18
- && bash -c 'source /opt/x-tools/switch-aarch64.sh \
19
&& GIT_ASKPASS="/bin/echo" perl init-repository --module-subset=qtbase,qtshadertools,qtdeclarative \
20
# Setup reMarkable mkspec
21
&& mv /linux-arm-remarkable-g++ qtbase/mkspecs/devices \
22
&& mv /linux-aarch64-remarkable-g++ qtbase/mkspecs/devices \
23
&& cd .. \
24
# Build for host machine (required from Qt6+)
+ && bash -c 'source /opt/x-tools/switch-aarch64.sh \
25
&& mkdir qt5-build \
26
&& cd qt5-build \
27
&& unset SYSROOT \
0 commit comments