From 922caf168bad465f686d1e2e2c4187d95d7beadd Mon Sep 17 00:00:00 2001 From: Volodymyr Kozieiev Date: Thu, 6 Dec 2018 16:52:16 +0200 Subject: [PATCH] Returned macdeployqt env var --- ci/Jenkinsfile.macos | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 712150b5d3..4424682245 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -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 {