We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037648d commit c07cc29Copy full SHA for c07cc29
.github/workflows/cmake.yml
@@ -25,7 +25,7 @@ jobs:
25
shell: cmd
26
run: |
27
cmake -B ${{ github.workspace }}/build ^
28
- -DQt6_DIR="$Env:QtHome\6.6.1\msvc2019_64\lib\cmake\Qt6" ^ # Adjusted Qt6_DIR for Windows
+ -DQt6_DIR="$Env:QtHome\6.6.1\msvc2019_64\lib\cmake\Qt6" ^
29
-DCMAKE_BUILD_TYPE=Release
30
31
- name: Build
0 commit comments