-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dependencies including switch to Qt 6.7.3
Signed-off-by: Matthieu Gallien <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ MAINTAINER Desktop Team <[email protected]> | |
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set) | ||
ARG BUILD_QT | ||
|
||
ENV VER_QT 6.6.3 | ||
ENV VER_QT_DATE 2024-04-22 | ||
ENV VER_OPENSSL 3.1.5 | ||
ENV VER_QT 6.7.3 | ||
ENV VER_QT_DATE 2024-11-21 | ||
ENV VER_OPENSSL 3.3.2 | ||
ENV VER_LIBP11 libp11-0.4.12 | ||
ENV VER_KFRAMEWORKS 6.0.0 | ||
ENV VER_SQLITE 3450200 | ||
ENV VER_KFRAMEWORKS 6.7.0 | ||
ENV VER_SQLITE 3460100 | ||
ENV VER_SQLITE_YEAR 2024 | ||
ENV VER_QTKEYCHAIN 0.14.2 | ||
ENV VER_QTKEYCHAIN 0.14.3 | ||
|
||
ENV QT_ROOT /opt/qt${VER_QT} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,14 @@ MAINTAINER Desktop Team <[email protected]> | |
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set) | ||
ARG BUILD_QT | ||
|
||
ENV VER_QT 6.6.3 | ||
ENV VER_QT_DATE 2024-04-22 | ||
ENV VER_OPENSSL 3.1.5 | ||
ENV VER_QT 6.7.3 | ||
ENV VER_QT_DATE 2024-11-21 | ||
ENV VER_OPENSSL 3.3.2 | ||
ENV VER_LIBP11 libp11-0.4.12 | ||
ENV VER_KFRAMEWORKS 6.0.0 | ||
ENV VER_SQLITE 3450200 | ||
ENV VER_KFRAMEWORKS 6.7.0 | ||
ENV VER_SQLITE 3460100 | ||
ENV VER_SQLITE_YEAR 2024 | ||
ENV VER_QTKEYCHAIN 0.14.2 | ||
ENV VER_QTKEYCHAIN 0.14.3 | ||
|
||
ENV QT_ROOT /opt/qt${VER_QT} | ||
|
||
|