Skip to content

Commit

Permalink
fix qt6 on Fedora 32
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Sep 21, 2023
1 parent dee58be commit c2d906c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Fedora-32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ RUN dnf -y install \
zlib-devel.i686 && dnf clean all

RUN ln -s /usr/lib64/qt5/bin/qhelpgenerator /usr/lib/qt5/bin/qhelpgenerator
RUN ln -s /usr/lib64/qt6/libexec/qhelpgenerator /usr/lib/qt6/libexec/qhelpgenerator
RUN ln -s /usr/lib64/qt6/libexec/qtattributionsscanner /usr/lib/qt6/libexec/qtattributionsscanner
RUN ln -s /usr/lib64/qt6/bin/qdoc /usr/lib/qt6/bin/qdoc

ENV CC="gcc -m32" CXX="g++ -m32"
ENV CGAL_TEST_PLATFORM="Fedora-32"
Expand Down

0 comments on commit c2d906c

Please sign in to comment.