Skip to content

Commit

Permalink
Fixed a missing QTURL for appveyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereverzev committed Aug 5, 2020
1 parent 6261bc1 commit 43c5553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/appveyor/before_build.bat
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
:: set platform-dependent variables
IF "%PLATFORM%" == "x64" (
SET "QTURL=https://utils.musescore.org.s3.amazonaws.com/qt598_msvc2017_64.7z"
SET "QTURL=https://utils.musescore.org.s3.amazonaws.com/qt599_msvc2017_64.7z"
SET "QTDIR=%cd%\qt\msvc2017_64" & :: uncomment to use our Qt
SET "QTCACHE=qt599_msvc2017_64.7z" & :: bump version here and .appveyor.yml to trigger cache rebuild when upgrading Qt
:: SET "QTDIR=C:\Qt\5.12.9\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/qt598_msvc2015.7z"
SET "QTURL=https://utils.musescore.org.s3.amazonaws.com/qt599_msvc2015.7z"
SET "QTDIR=%cd%\qt\msvc2015" & :: uncomment to use our Qt
SET "QTCACHE=qt599_msvc2015.7z" & :: bump version here and .appveyor.yml to trigger cache rebuild when upgrading Qt
:: SET "QTDIR=C:\Qt\5.12.9\msvc2017" & :: uncomment to use AppVeyor's Qt
Expand Down

0 comments on commit 43c5553

Please sign in to comment.