diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index f6ea5a1ccd..82d7990df2 100755 --- a/util/cmake/pro2cmake.py +++ b/util/cmake/pro2cmake.py @@ -4354,7 +4354,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.1.0")\n') + file.write('set(QT_REPO_MODULE_VERSION "6.1.2")\n') except FileExistsError: pass