summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/sqldrivers/.cmake.conf2
-rwxr-xr-xutil/cmake/pro2cmake.py2
2 files changed, 2 insertions, 2 deletions
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