Skip to content

Commit

Permalink
Update preset to use Qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePTJ committed Jun 23, 2024
1 parent b08a5ca commit 9413b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"name": "default-windows",
"hidden": true,
"cacheVariables": {
"CMAKE_PREFIX_PATH": "c:/Qt/6.7.1/msvc2019_64",
"CMAKE_PREFIX_PATH": "c:/Qt/6.7.2/msvc2019_64",
"CMAKE_INSTALL_PREFIX": "dist"
}
},
{
"name": "default-macos",
"hidden": true,
"cacheVariables": {
"CMAKE_PREFIX_PATH": "$env{HOME}/Qt/6.7.1/macos",
"CMAKE_PREFIX_PATH": "$env{HOME}/Qt/6.7.2/macos",
"CMAKE_INSTALL_PREFIX": "dist"
}
},
Expand Down

0 comments on commit 9413b7b

Please sign in to comment.