Appveyor: Stop depending on specific Qt build for building too

master
Nicolas Hake 2018-11-18 10:15:28 +01:00
parent 5808ca8047
commit 11cfcdd910
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
switch ($env:PLATFORM) {
'x64' {
$cmake_generator = 'Visual Studio 15 2017 Win64'
$qt = 'C:\Qt\5.11.1\msvc2017_64'
$qt = 'C:\Qt\5.11\msvc2017_64'
}
}