Returned macdeployqt env var

This commit is contained in:
Volodymyr Kozieiev 2018-12-06 16:52:16 +02:00 committed by Jakub Sokołowski
parent ad4535e3bd
commit 922caf168b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ pipeline {
LC_ALL = 'en_US.UTF-8'
QT_PATH = '/usr/local/opt/qt'
PATH = "/usr/local/opt/qt/bin:${env.PATH}"
MACDEPLOYQT = '/usr/local/opt/qt/bin/macdeployqt'
}
stages {