File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pushd "$BUILD_DIR"
3030
3131# configure build files with CMake
3232# we need to explicitly set the install prefix, as CMake's default is /usr/local for some reason...
33- cmake " $REPO_ROOT " -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=ON -DQt6_DIR=/opt/qt/
33+ cmake " $REPO_ROOT " -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=ON -DQt6_DIR=/opt/qt/6.8.2/gcc_64/lib/cmake/Qt6
3434
3535# Wraps the compilation with the Build Wrapper to generate configuration (used
3636# later by the SonarQube Scanner) into the "bw-output" folder
Original file line number Diff line number Diff line change 11FROM ubuntu:noble
22
3- RUN apt update && apt install -y \
3+ RUN apt update && apt install -y libglib2.0-bin libxkbcommon0 libdbus-1-3 \
44 freeglut3-dev lcov \
55 build-essential cmake \
66 fuse
You can’t perform that action at this time.
0 commit comments