Skip to content

Commit

Permalink
fix qt6 on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 1, 2023
1 parent 77ca369 commit 04c9f7f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libeigen3-dev libipe-dev \
libmpfi-dev \
libinsighttoolkit4-dev libtbb-dev git \
libqt6qmlworkerscript6 \
libqt6svg6-dev \
libgl-dev \
qt6-base-dev \
qt6-declarative-dev \
libqt6opengl6-dev \
libqt6openglwidgets6 \
libqt6qml6 \
libqt6websockets6-dev \
libqt6networkauth6-dev \
libqt6chartsqml6 \
qt6-declarative-dev

libqt6svg6-dev \
libqt6websockets6-dev

RUN git clone https://github.com/STORM-IRIT/OpenGR.git --depth 1 \
&& cd ./OpenGR \
Expand Down

0 comments on commit 04c9f7f

Please sign in to comment.