From f878196842bfa4c2d10c01ca0cf78a258b902723 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:19:38 -0300 Subject: [PATCH] test with qt 6.6.3 --- Dockerfiles/appimage-qt6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfiles/appimage-qt6 b/Dockerfiles/appimage-qt6 index 04828db8..49670594 100644 --- a/Dockerfiles/appimage-qt6 +++ b/Dockerfiles/appimage-qt6 @@ -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.7.3 +ENV QT_VERSION=6.6.3 ENV QT_ARCHITECTURE=gcc_64 # Prevent tzdata from asking for input. @@ -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" "linux_$QT_ARCHITECTURE" && \ +RUN python3 -m aqt install-qt --outputdir /Qt linux desktop "$QT_VERSION" "$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