From 04c9f7f1842b9f4131f6904a8372ae92f7da0127 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 1 Nov 2023 22:57:15 +0100 Subject: [PATCH] fix qt6 on Ubuntu --- Ubuntu/Dockerfile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Ubuntu/Dockerfile b/Ubuntu/Dockerfile index 8deb04e..dbc432a 100644 --- a/Ubuntu/Dockerfile +++ b/Ubuntu/Dockerfile @@ -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 \