mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-05 08:45:25 +08:00
6.5.3 clean
This commit is contained in:
@ -4666,7 +4666,7 @@ def create_top_level_cmake_conf():
|
||||
conf_file_name = ".cmake.conf"
|
||||
try:
|
||||
with open(conf_file_name, "x") as file:
|
||||
file.write('set(QT_REPO_MODULE_VERSION "6.5.1")\n')
|
||||
file.write('set(QT_REPO_MODULE_VERSION "6.5.3")\n')
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user