Skip to content

Commit 449c6e8

Browse files
committed
feat: use Qt6_DIR for cmake build
1 parent 94a2766 commit 449c6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/
3434

3535
# Wraps the compilation with the Build Wrapper to generate configuration (used
3636
# later by the SonarQube Scanner) into the "bw-output" folder

0 commit comments

Comments
 (0)