Skip to content
Snippets Groups Projects
Commit 7f417521 authored by Benedikt Bongartz's avatar Benedikt Bongartz Committed by Nicolas Werner
Browse files

fix: add missing quickcontrols2 dep

parent e828d9ed
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ RUN \
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
apt-get update -qq && \
apt-get install -y \
qt510base qt510tools qt510svg qt510multimedia \
qt510base qt510tools qt510svg qt510multimedia qt510quickcontrols2 qt510graphicaleffects \
gcc-5 g++-5
RUN \
......@@ -44,4 +44,4 @@ ENV PATH=/opt/qt510/bin:$PATH
RUN mkdir /build
WORKDIR /build
\ No newline at end of file
WORKDIR /build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment