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

centos-7: Add missing Qt5Multimedia runtime dependencies

parent e9198124
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -100,6 +100,12 @@ RUN version=1.10.5 && \
ENV Qt5_DIR /opt/qt5/5.12.6/gcc_64/lib/cmake/Qt5
ADD qtifwsilent.qs /tmp/qtifwsilent.qs
RUN version=5.12.6 && \
yum install -y \
pulseaudio-libs \
pulseaudio-libs-glib2 \
&& \
yum clean all && \
source /etc/profile && \
cd /tmp && \
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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment