File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pushd "$BUILD_DIR"
3535
3636# configure build files with CMake
3737# we need to explicitly set the install prefix, as CMake's default is /usr/local for some reason...
38- cmake " $REPO_ROOT " -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF
38+ cmake " $REPO_ROOT " -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DQt6_DIR=/opt/qt/6.8.2/gcc_64/lib/cmake/Qt6
3939
4040# build project and install files into AppDir
4141make -j$( nproc)
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