Update to Qt 5.14.1

This commit is contained in:
spycrab
2020-02-09 22:30:57 +01:00
parent a205ecb446
commit 6a3bd259a7
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
{
{
"configurations": [
{
"name": "Release",
@@ -11,7 +11,7 @@
"variables": [
{
"name": "Qt5_DIR",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.13.1\\5.13.1\\msvc2017_64\\lib\\cmake\\Qt5"
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.14.1\\msvc2019_64\\lib\\cmake\\Qt5"
}
]
},
@@ -26,7 +26,7 @@
"variables": [
{
"name": "Qt5_DIR",
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.13.1\\5.13.1\\msvc2017_64\\lib\\cmake\\Qt5"
"value": "${workspaceRoot}\\Externals\\Qt\\Qt5.14.1\\msvc2019_64\\lib\\cmake\\Qt5"
}
]
}