From 285e1352548e78d288a982d53689e8d8c23ec348 Mon Sep 17 00:00:00 2001 From: Uwe Jakobeit Date: Mon, 30 Mar 2026 13:14:08 +0200 Subject: [PATCH] Jenkinsfile - set 'Qt6 installation dir'... still --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 7bb0842..adc0294 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,7 @@ pipeline { // sh 'export Qt6Dir=/home/k4/Qt/6.10.2/lib/cmake' echo "See what's in the environment" echo "Qt Dir is ${Qt6_DIR}" + sh "export Qt6_DIR='/home/k4/Qt/6.10.2/gcc_64/lib/cmake/Qt6'" // sh "env | grep Qt" sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release'