Skip to content
Snippets Groups Projects
Commit 2d3837c0 authored by calrama's avatar calrama
Browse files

misc

parent 0456419c
No related branches found
No related tags found
No related merge requests found
Pipeline #26628 failed
...@@ -112,7 +112,7 @@ RUN version=5.12.7 && \ ...@@ -112,7 +112,7 @@ RUN version=5.12.7 && \
cd /tmp && \ cd /tmp && \
curl -sSLO https://download.qt.io/official_releases/qt/${version%.*}/${version}/qt-opensource-linux-x64-${version}.run && \ curl -sSLO https://download.qt.io/official_releases/qt/${version%.*}/${version}/qt-opensource-linux-x64-${version}.run && \
chmod +x qt-opensource-linux-x64-${version}.run && \ chmod +x qt-opensource-linux-x64-${version}.run && \
env QT_INSTALL_DIR=/opt/qt5 ./qt-opensource-linux-x64-${version}.run --script qtifwsilent.qs -platform minimal && \ env QT_INSTALL_DIR=/opt/qt5 ./qt-opensource-linux-x64-${version}.run --verbose --script qtifwsilent.qs -platform minimal && \
rm -f qt-opensource-linux-x64-${version}.run && \ rm -f qt-opensource-linux-x64-${version}.run && \
rm -f qtifwsilent.qs && \ rm -f qtifwsilent.qs && \
echo "/opt/qt5/${version}/gcc_64/lib" > /etc/ld.so.conf.d/qt5.conf echo "/opt/qt5/${version}/gcc_64/lib" > /etc/ld.so.conf.d/qt5.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment