Skip to content

Commit

Permalink
Moved Win GHA to Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben2020 committed Apr 17, 2022
1 parent 51dce67 commit ed28c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-install/win64/buildqt5win64_github.bat
Expand Up @@ -4,6 +4,6 @@ gcc -v
g++ -v
md build
cd build
cmake -G "Ninja" -DBUILD_QT5=ON -DGHAWIN=ON -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE="c:\vcpkg\scripts\buildsystems\vcpkg.cmake" ..
cmake -G Ninja -DBUILD_QT5=ON -DGHAWIN=ON -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE="c:\vcpkg\scripts\buildsystems\vcpkg.cmake" ..
ninja
cd ..

0 comments on commit ed28c51

Please sign in to comment.