mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
6 lines
280 B
CMake
6 lines
280 B
CMake
# 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
|