We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a2766 commit 449c6e8Copy full SHA for 449c6e8
ci/buildsonarcloud.sh
@@ -30,7 +30,7 @@ pushd "$BUILD_DIR"
30
31
# configure build files with CMake
32
# 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/
+cmake "$REPO_ROOT" -DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=ON -DQt6_DIR=/opt/qt/6.8.2/gcc_64/lib/cmake/
34
35
# Wraps the compilation with the Build Wrapper to generate configuration (used
36
# later by the SonarQube Scanner) into the "bw-output" folder
0 commit comments