Skip to content

Commit

Permalink
reference correct Qt install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jun 8, 2024
1 parent 61c4c52 commit 1b65ebc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/opencv_python/Dockerfile.stage4
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG OUTPUT_DIR

COPY . /repo

ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/ffmpeg_build/lib/pkgconfig:/opt/Qt5.15.0/lib/pkgconfig
ENV LDFLAGS -L/ffmpeg_build/lib -L/opt/Qt5.15.0/lib
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/ffmpeg_build/lib/pkgconfig:/opt/Qt${QT_VERSION}/lib/pkgconfig
ENV LDFLAGS -L/ffmpeg_build/lib -L/opt/Qt${QT_VERSION}/lib
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt${QT_VERSION}/lib

ENV CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
ENV FC=/opt/rh/devtoolset-10/root/usr/bin/gfortran5
Expand Down

0 comments on commit 1b65ebc

Please sign in to comment.