fix(windows): add env paths to point to Qt5.15 when building

This commit is contained in:
Jonathan Rainville 2023-04-06 10:13:49 -04:00
parent 65415ef34b
commit f6c1b038a2
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ pipeline {
STATUS_CLIENT_7Z = "pkg/${utils.pkgFilename(ext: '7z', arch: getArch())}"
/* RFC 3161 timestamping URL for DigiCert */
WINDOWS_CODESIGN_TIMESTAMP_URL = 'http://timestamp.digicert.com'
QTDIR = "/c/Qt/5.15.2/msvc2019_64"
PATH = "${env.QTDIR}/bin:${env.PATH}"
}
stages {