Clean up QtCreator's package manager setup (#5305)

This commit is contained in:
hemirt
2024-06-15 12:59:13 +02:00
committed by GitHub
parent 280ac30289
commit 538bead45b
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@
- Dev: Removed unused timegate settings. (#5361)
- Dev: All Lua globals now show in the `c2` global in the LuaLS metadata. (#5385)
- Dev: Images are now loaded in worker threads. (#5431)
- Dev: Qt Creator now auto-configures Conan when loading the project and skips vcpkg. (#5305)
- Dev: The MSVC CRT is now bundled with Chatterino as it depends on having a recent version installed. (#5447)
## 2.5.1
+5
View File
@@ -0,0 +1,5 @@
# https://www.qt.io/blog/qt-creator-cmake-package-manager-auto-setup
# set(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP ON) # skip both conan and vcpkg auto-setups
# set(QT_CREATOR_SKIP_CONAN_SETUP ON) # skip conan auto-setup
set(QT_CREATOR_SKIP_VCPKG_SETUP ON) # skip vcpkg auto-setup