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

This commit is contained in:
Uwe Jakobeit
2026-03-30 13:03:47 +02:00
parent 0d7cabd465
commit d3a7134199
3 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
rm -r build
# enable CMake to find Qt6
Qt6Dir=$HOME/Qt/6.10.2/lib/cmake
export Qt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6
# project configuration
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
#build executable