Skip to content

Commit

Permalink
Update Qt to 6.7.3 (#1291)
Browse files Browse the repository at this point in the history
IB-8187

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored Oct 15, 2024
1 parent bb324d1 commit d59f384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.2
version: 6.7.3
arch: win64_msvc2019_64
- name: Setup dev env
uses: ilammy/msvc-dev-cmd@v1
Expand Down
4 changes: 2 additions & 2 deletions prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
set -e

######### Versions of libraries/frameworks to be compiled
QT_VER="6.7.2"
OPENSSL_VER="3.0.14"
QT_VER="6.7.3"
OPENSSL_VER="3.0.15"
OPENLDAP_VER="2.6.8"
REBUILD=false
BUILD_PATH=~/cmake_builds
Expand Down

0 comments on commit d59f384

Please sign in to comment.