force Qt 5.12.4 + collect_artifacts
This commit is contained in:
parent
e869ec1d61
commit
1fe86fde19
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue