Skip to content

Commit

Permalink
Update Qt to 5.15.4 and 6.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 14, 2022
1 parent 320fa8f commit 1263bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/qt/package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

if (NOT DESKTOP_APP_USE_PACKAGED)
if (DESKTOP_APP_QT6)
set(qt_version 6.3.0)
set(qt_version 6.3.1)
else()
set(qt_version 5.15.3)
set(qt_version 5.15.4)
endif()

if (WIN32)
Expand Down

0 comments on commit 1263bf7

Please sign in to comment.