Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
2d7af4000 (13.0), 1a5f61adc (master)
Description
Allow to enable the new 'Build via Junction Points' in Qt Creator not only globally, but per project. E.g.
"CMakePresets.json"
{ "vendor": { "qt.io/QtCreator/1.0": { "windowsUseJunctionPoints": true } } }
or
"CMakeLists.txt"
// ...
set(QTC_ENABLE_WINDOWS_JUNCTION_POINTS, ON)