From ec41b1d74a4ff1207bc0cc1694a585259a856fff Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Mon, 30 Mar 2026 12:33:22 +0200 Subject: [PATCH] Jenkinsfile - set 'Qt6 installation dir' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 190a908..958117f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,9 +19,9 @@ pipeline { steps { // Build the project using the generated files echo "Build project" - sh 'export Qt6Dir=$HOME/Qt/6.10.2/lib/cmake' + sh 'export Qt6Dir=/home/k4/Qt/6.10.2/lib/cmake' echo "See what's in the environment" - sh 'env' + sh 'env | grep Qt' sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release' // echo "See localbuild says on the environment"