From e61dd10a62a587bb211e9024083ce8569bbcac5a Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 17 Mar 2024 18:43:12 +0300 Subject: [PATCH] try fix --- scripts/install_qt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install_qt.sh b/scripts/install_qt.sh index e59dfdb..b66e746 100755 --- a/scripts/install_qt.sh +++ b/scripts/install_qt.sh @@ -64,13 +64,15 @@ else libgl1-mesa-dev \ libgles2-mesa-dev \ libgl1-mesa-dri \ + libgl-dev \ + libegl-dev \ p7zip-full \ && rm -rf /var/lib/apt/lists/* aqt install-src --outputdir /opt/Qt linux desktop ${QT_VERSION} cd /opt/Qt/${QT_VERSION}/Src - ./configure + ./configure -release -opensource -confirm-license -skip qtwebengine cmake --build . --parallel $(nproc) cmake --install . fi