diff --git a/.gitignore b/.gitignore index 9b777162a..e7319e3d9 100644 --- a/.gitignore +++ b/.gitignore @@ -158,7 +158,6 @@ CMakeUserPresets.json .qtc_clangd/ build/ -UltraVNC-UltraVNC-QtComminunityTests.pro.user addon/Debug/ addon/eventMessageLogger/MSG00001.bin @@ -171,6 +170,9 @@ cmake/out/ vcpkg-configuration.json +zlib/ +zstd/ + # End Customized ignore section ---------------------- # Comment the "Customized ignore section" upper if you want the original gitignore for Qt from GitHub diff --git a/cmake/readme.txt b/cmake/readme.txt index b6501c1db..45dba95ad 100644 --- a/cmake/readme.txt +++ b/cmake/readme.txt @@ -69,7 +69,7 @@ git clone https://github.com/microsoft/vcpkg.git cd vcpkg -# Developer Command Prompt for VS +# x64 Native Tools Command Prompt for VS 2022 cd /d c:\source\vcpkg bootstrap-vcpkg.bat -disableMetrics