diff --git a/build/appveyor/before_build.bat b/build/appveyor/before_build.bat index cbbe7ac234..a6dfa867ea 100644 --- a/build/appveyor/before_build.bat +++ b/build/appveyor/before_build.bat @@ -3,13 +3,13 @@ IF "%PLATFORM%" == "x64" ( :: SET "QTURL=https://utils.musescore.org.s3.amazonaws.com/qt5120_msvc2017_64.7z" :: SET "QTDIR=%cd%\qt\msvc2017_64" & :: uncomment to use our Qt - SET "QTDIR=C:\Qt\5.12\msvc2017_64" & :: uncomment to use AppVeyor's Qt + SET "QTDIR=C:\Qt\5.12.4\msvc2017_64" & :: uncomment to use AppVeyor's Qt SET "TARGET_PROCESSOR_BITS=64" SET "TARGET_PROCESSOR_ARCH=x86_64" ) ELSE ( :: SET "QTURL=https://utils.musescore.org.s3.amazonaws.com/qt5120_msvc2017_32.7z" :: SET "QTDIR=%cd%\qt\msvc2017" & :: uncomment to use our Qt - SET "QTDIR=C:\Qt\5.12\msvc2017" & :: uncomment to use AppVeyor's Qt + SET "QTDIR=C:\Qt\5.12.4\msvc2017" & :: uncomment to use AppVeyor's Qt SET "TARGET_PROCESSOR_BITS=32" SET "TARGET_PROCESSOR_ARCH=x86" )