@@ -96,7 +96,7 @@ include the version number and compiler ABI. The path to the online installer
9696content is not enough.
9797
9898Note that ` /path/to/Qt `  doesn't imply the full path depth like:
99- ` $USER/Qt/6.2.4 /gcc_64/lib/cmake/Qt6 ` , but only ` $USER/Qt/6.2.4 /gcc_64 ` .
99+ ` $USER/Qt/6.4.3 /gcc_64/lib/cmake/Qt6 ` , but only ` $USER/Qt/6.4.3 /gcc_64 ` .
100100
101101See [ instructions] ( #getting-llvmclang-for-the-clang-code-model )  on how to
102102get LLVM.
@@ -145,7 +145,7 @@ include the version number and compiler ABI. The path to the online installer
145145content is not enough.
146146
147147Note that ` \path\to\Qt `  doesn't imply the full path depth like:
148- ` c:\Qt\6.2.4 \msvc2019_64\lib\cmake\Qt6 ` , but only ` c:/Qt/6.2.4 /msvc2019_64 ` .
148+ ` c:\Qt\6.4.3 \msvc2019_64\lib\cmake\Qt6 ` , but only ` c:/Qt/6.4.3 /msvc2019_64 ` .
149149The usage of slashes ` / `  is intentional, since CMake has issues with backslashes ` \ ` 
150150in ` CMAKE_PREFX_PATH ` , they are interpreted as escape codes.
151151
@@ -225,7 +225,7 @@ CLion...etc) locally:
225225      "cacheVariables" : {
226226        "CMAKE_CXX_COMPILER" : " cl.exe" 
227227        "CMAKE_C_COMPILER" : " cl.exe" 
228-         "CMAKE_PREFIX_PATH" : " c:/Qt/6.2.4 /msvc2019_64" 
228+         "CMAKE_PREFIX_PATH" : " c:/Qt/6.4.3 /msvc2019_64" 
229229      }
230230    }
231231  ]
@@ -313,7 +313,7 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
313313
314314   1 .  Clone LLVM/Clang and checkout a suitable branch
315315
316-           git clone -b release_130 -based --recursive https://code.qt.io/clang/llvm-project.git 
316+           git clone -b release_17.0.6 -based --recursive https://code.qt.io/clang/llvm-project.git 
317317
318318   2 .  Build and install LLVM/Clang
319319
@@ -341,16 +341,6 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
341341            ..\llvm-project\llvm 
342342          cmake --build . --target install 
343343
344- ### Clang-Format  
345- 
346- The ClangFormat plugin depends on the additional patch
347- 
348-     https://code.qt.io/cgit/clang/llvm-project.git/commit/?h=release_130-based&id=42879d1f355fde391ef46b96a659afeb4ad7814a 
349- 
350- While the plugin builds without it, it might not be fully functional.
351- 
352- Note that the plugin is disabled by default.
353- 
354344# Licenses and Attributions  
355345
356346Qt Creator is available under commercial licenses from The Qt Company,
0 commit comments