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
+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