Skip to content

Commit

Permalink
test with qt 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guihkx committed Jan 6, 2025
1 parent f878196 commit 73b6849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/appimage-qt6
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04

LABEL org.opencontainers.image.description="Base image used to build Notes with Qt 6 and AppImage-package it"

ENV QT_VERSION=6.6.3
ENV QT_VERSION=6.7.0
ENV QT_ARCHITECTURE=gcc_64

# Prevent tzdata from asking for input.
Expand Down Expand Up @@ -44,7 +44,7 @@ RUN python3 -m pip install aqtinstall && \
rm -rf ~/.cache

# Download the specified Qt version using aqtinstall.
RUN python3 -m aqt install-qt --outputdir /Qt linux desktop "$QT_VERSION" "$QT_ARCHITECTURE" && \
RUN python3 -m aqt install-qt --outputdir /Qt linux desktop "$QT_VERSION" "linux_$QT_ARCHITECTURE" && \
rm -f aqtinstall.log

# Qt 6 ships with a variety of SQL drivers, but we only need the SQLite one, so here we symlink all
Expand Down

0 comments on commit 73b6849

Please sign in to comment.