Jenkinsfile - set 'Qt6 installation dir'... still

This commit is contained in:
Uwe Jakobeit
2026-03-30 13:14:08 +02:00
parent d3a7134199
commit 285e135254

1
Jenkinsfile vendored
View File

@@ -26,6 +26,7 @@ pipeline {
// sh 'export Qt6Dir=/home/k4/Qt/6.10.2/lib/cmake' // sh 'export Qt6Dir=/home/k4/Qt/6.10.2/lib/cmake'
echo "See what's in the environment" echo "See what's in the environment"
echo "Qt Dir is ${Qt6_DIR}" 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 "env | grep Qt"
sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release' sh 'cmake -S . -B build -DCMAKE_BUILD_TYPE=Release'