Skip to content

Commit

Permalink
Gitlab-CI: Disable Qt6 for Windows Qt5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
randstr committed Aug 22, 2022
1 parent b332107 commit 2155a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ Windows Qt5 Build:
- wireshark-windows-merge-req
script:
- $env:CMAKE_PREFIX_PATH = "C:\qt\5.15.2\msvc2019_64"
- cmake -G "Visual Studio 17 2022" -A x64 -DENABLE_LTO=off ..
- cmake -G "Visual Studio 17 2022" -A x64 -DUSE_qt6=OFF -DENABLE_LTO=off ..
- msbuild /verbosity:minimal /maxcpucount ui\qt\qtui.vcxproj

# Adapted from https://www.synopsys.com/blogs/software-security/integrating-coverity-scan-with-gitlab-ci/
Expand Down

0 comments on commit 2155a72

Please sign in to comment.