1
0
Fork 0

Migrate to Qt 6.2.2.

This commit is contained in:
John Preston 2021-12-21 15:36:34 +00:00
parent 19381f859c
commit 2d6e661799

View file

@ -6,7 +6,7 @@
if (NOT DESKTOP_APP_USE_PACKAGED)
if (DESKTOP_APP_QT6)
set(qt_version 6.2.0)
set(qt_version 6.2.2)
else()
set(qt_version 5.15.2)
endif()