adds Qt5 private headers [skip ci]

Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
pull/3503/head
Alexis Jeandet 7 years ago committed by Jussi Pakkanen
parent ccaf5711cd
commit 91e204e382
  1. 2
      ciimage/Dockerfile

@ -3,7 +3,7 @@ FROM ubuntu:artful
RUN apt-get -y update && apt-get -y upgrade \
&& apt-get -y install git wget unzip \
&& apt-get -y build-dep meson \
&& apt-get -y install qt5-default clang \
&& apt-get -y install qt5-default qtbase5-private-dev clang \
&& apt-get -y install pkg-config-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf \
&& apt-get -y install doxygen \
&& apt-get -y install python3-pip libxml2-dev libxslt1-dev cmake libyaml-dev \

Loading…
Cancel
Save