@@ -96,7 +96,7 @@ include the version number and compiler ABI. The path to the online installer
96
96
content is not enough.
97
97
98
98
Note 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 ` .
100
100
101
101
See [ instructions] ( #getting-llvmclang-for-the-clang-code-model ) on how to
102
102
get LLVM.
@@ -145,7 +145,7 @@ include the version number and compiler ABI. The path to the online installer
145
145
content is not enough.
146
146
147
147
Note 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 ` .
149
149
The usage of slashes ` / ` is intentional, since CMake has issues with backslashes ` \ `
150
150
in ` CMAKE_PREFX_PATH ` , they are interpreted as escape codes.
151
151
@@ -225,7 +225,7 @@ CLion...etc) locally:
225
225
"cacheVariables" : {
226
226
"CMAKE_CXX_COMPILER" : " cl.exe" ,
227
227
"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"
229
229
}
230
230
}
231
231
]
@@ -313,7 +313,7 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
313
313
314
314
1 . Clone LLVM/Clang and checkout a suitable branch
315
315
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
317
317
318
318
2 . Build and install LLVM/Clang
319
319
@@ -341,16 +341,6 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
341
341
..\llvm-project\llvm
342
342
cmake --build . --target install
343
343
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
-
354
344
# Licenses and Attributions
355
345
356
346
Qt Creator is available under commercial licenses from The Qt Company,
0 commit comments