Skip to content

Commit

Permalink
qt -> 6.4.3, zlib -> 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Mar 21, 2023
1 parent dc960c9 commit eb57b2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Builds
on: push

env:
QT_VERSION: "v6.4.0"
ZLIB_VERSION: "v1.2.12" # not used for msvc builds
QT_VERSION: "v6.4.3"
ZLIB_VERSION: "v1.2.13" # not used for msvc builds

jobs:
linux:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
hooks:
- id: prettier

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

A minimal static build of Qt:

- Qt version: [Qt 6.3](https://doc.qt.io/qt-6/)
- Qt version: [Qt 6](https://doc.qt.io/qt-6/)
- Qt license: [LGPLv3](https://doc.qt.io/qt-6/lgpl.html)

A static build of [zlib](https://github.com/madler/zlib.git) is now also included
and used instead of the bundled Qt version (does not apply to msvc builds)

Get the latest versions here:

- linux (clang 14 / Ubuntu 20.04): [sme_deps_qt_linux.tgz](https://github.com/spatial-model-editor/sme_deps_qt/releases/latest/download/sme_deps_qt_linux.tgz)
Expand Down

0 comments on commit eb57b2d

Please sign in to comment.