fix(windows): add env paths to point to Qt5.15 when building
This commit is contained in:
parent
65415ef34b
commit
f6c1b038a2
|
@ -47,6 +47,8 @@ pipeline {
|
||||||
STATUS_CLIENT_7Z = "pkg/${utils.pkgFilename(ext: '7z', arch: getArch())}"
|
STATUS_CLIENT_7Z = "pkg/${utils.pkgFilename(ext: '7z', arch: getArch())}"
|
||||||
/* RFC 3161 timestamping URL for DigiCert */
|
/* RFC 3161 timestamping URL for DigiCert */
|
||||||
WINDOWS_CODESIGN_TIMESTAMP_URL = 'http://timestamp.digicert.com'
|
WINDOWS_CODESIGN_TIMESTAMP_URL = 'http://timestamp.digicert.com'
|
||||||
|
QTDIR = "/c/Qt/5.15.2/msvc2019_64"
|
||||||
|
PATH = "${env.QTDIR}/bin:${env.PATH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
Loading…
Reference in New Issue