diff --git a/src/plugins/sqldrivers/.cmake.conf b/src/plugins/sqldrivers/.cmake.conf index 213991f5890..aae2a6822b2 100644 --- a/src/plugins/sqldrivers/.cmake.conf +++ b/src/plugins/sqldrivers/.cmake.conf @@ -1 +1 @@ -set(QT_REPO_MODULE_VERSION "6.1.0") +set(QT_REPO_MODULE_VERSION "6.3.0") diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index 82d7990df2f..a99ccbcc27d 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.2")\n') + file.write('set(QT_REPO_MODULE_VERSION "6.3.0")\n') except FileExistsError: pass