diff --git a/VCI/VCIQt.cmake b/VCI/VCIQt.cmake
index 1961caf7b46ca067b5c83cd892eeb86837ceb2bb..7c169e0eff803bba64f04c75bee11366626488d7 100644
--- a/VCI/VCIQt.cmake
+++ b/VCI/VCIQt.cmake
@@ -44,7 +44,7 @@ macro (vci_qt)
                                                        NO_DEFAULT_PATH if no system installed Qt shall be found")
 
   # compute default search paths
-  set(SUPPORTED_QT_VERSIONS 6.1.2 6.0.4 6.0.3 5.15.2 5.12.2 5.11.3 5.11 5.10 5.9 5.8 5.7 5.6)
+  set(SUPPORTED_QT_VERSIONS 6.2.1 6.1.2 6.0.4 6.0.3 5.15.2 5.12.2 5.11.3 5.11 5.10 5.9 5.8 5.7 5.6)
   if (NOT QT_INSTALL_PATH_EXISTS)
     message("-- No QT path specified (or does not exist) - searching in common locations...")
     foreach (suffix gcc_64 clang_64)