Skip to content

Commit 61a1c8d

Browse files
committed
feat: use Qt6_DIR for cmake build
1 parent 94a2766 commit 61a1c8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/buildsonarcloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ci/docker/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM 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

0 commit comments

Comments
 (0)