mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-04 08:15:30 +08:00
6.6.1 original
This commit is contained in:
@ -679,7 +679,6 @@ platform_mapping = {
|
||||
"qnx": "QNX",
|
||||
"vxworks": "VXWORKS",
|
||||
"hpux": "HPUX",
|
||||
"nacl": "NACL",
|
||||
"android": "ANDROID",
|
||||
"uikit": "UIKIT",
|
||||
"tvos": "TVOS",
|
||||
|
@ -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.6.0")\n')
|
||||
file.write('set(QT_REPO_MODULE_VERSION "6.6.1")\n')
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user