vcpkg 패키지 관리자 설정
실험용 vcpkg 플러그인은 vcpkg C/C++ 패키지 관리자를 통합합니다. 지원되는 모든 개발 플랫폼에서 사용할 수 있습니다.
vcpkg.json 파일을 생성하고 편집하여 CMake를 빌드 시스템으로 사용할 때 프로젝트의 일부로 빌드할 패키지를 지정하세요.
참고: 사용하려면 Vcpkg 플러그인을 활성화하세요.
vcpkg 설정
명령줄에서 vcpkg를 설정하려면 다음을 입력합니다:
$ git clone https://github.com/microsoft/vcpkg $ cd vcpkg $ ./bootstrap-vcpkg.sh
vcpkg 경로 설정
Preferences > CMake > Vcpkg 을 선택하여 Path 을 vcpkg를 설치한 디렉토리로 설정합니다.

아직 설치하지 않은 경우
를 선택하여 vcpkg를 다운로드합니다.
자동 설정 끄기
기본적으로 vcpkg는 CMake와 함께 사용하도록 자동으로 설정됩니다. 자동 설정을 끄려면 Preferences > CMake > General > Package manager auto setup 을 선택합니다.

vcpkg 매니페스트 파일 만들기, vcpkg 매니페스트 파일 편집, 플러그인 활성화 및 비활성화, 지원되는 플랫폼 및 vcpkg도참조하세요 .
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.