Skip to content

Commit

Permalink
Fix qtchooser qmake6
Browse files Browse the repository at this point in the history
  • Loading branch information
xthursdayx committed Feb 7, 2024
1 parent 92fd93a commit 582ca3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unarr/Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN \
### added
libbz2-dev \
libglu1-mesa-dev \
# libglvnd-dev \
liblzma-dev \
libqt6gui6 \
libqt6multimedia6 \
Expand All @@ -61,6 +62,9 @@ RUN \
cmake -DENABLE_7Z=ON .. && \
make && \
make install && \
# fix qtchooser qmake install - https://askubuntu.com/questions/1460242/ubuntu-22-04-with-qt6-qmake-could-not-find-a-qt-installation-of
qtchooser -install qt6 $(which qmake6) && \
export QT_SELECT=qt6 && \
# build yacreaderlibraryserver
git clone -b master --single-branch https://github.com/YACReader/yacreader.git /src/git && \
cd /src/git && \
Expand Down

0 comments on commit 582ca3c

Please sign in to comment.