From ad4535e3bdb2cff25659b245c20da2fe7708951b Mon Sep 17 00:00:00 2001 From: Volodymyr Kozieiev Date: Thu, 6 Dec 2018 15:26:55 +0200 Subject: [PATCH] Removed MACDEPLOYQT record --- ci/Jenkinsfile.macos | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 4424682245..712150b5d3 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -21,7 +21,6 @@ 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 {