Skip to content

Commit

Permalink
aqtinstall docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Dec 27, 2023
1 parent 351b696 commit 406a85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ RUN python3 -m pip install --upgrade pip setuptools aqtinstall
RUN apt install -y libxkbcommon-dev libmysqlclient21

# use aqtinstall to install qt
RUN aqt install $QT_VERSION linux desktop
RUN aqt install-qt -O /opt/qt linux desktop $QT_VERSION gcc_64
ENV PATH="/opt/qt/$QT_VERSION/gcc_64/bin:$PATH"

0 comments on commit 406a85d

Please sign in to comment.