Jenkinsfile - set 'Qt6 installation dir'... still
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
rm -r build
|
||||
|
||||
# enable CMake to find Qt6
|
||||
export Qt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6
|
||||
# export Qt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6
|
||||
|
||||
# project configuration
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=$HOME/Qt/6.10.2/gcc_64/lib/cmake/Qt6
|
||||
#build executable
|
||||
make -j$(nproc) --directory=build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user