vcpkg 매니페스트 파일 생성
새로운 vcpkg 패키지 관리자 매니페스트(vcpkg.json) 파일을 생성하려면:
- File > New File > vcpkg > vcpkg.json Manifest File > Choose 순으로 선택하여 ‘ Location ’ 대화 상자를 엽니다.
- File name 에서 매니페스트 파일의 이름을 입력합니다.
- Path 에서 매니페스트 파일의 경로를 입력합니다.
- Next 을 선택하여 ‘ vcpkg.json Manifest File ’ 대화 상자를 엽니다.

- Name 에서 매니페스트 파일의 이름을 입력합니다.
- Version string 에서 파일의 버전 번호를 입력합니다.
- ' Dependencies'에서 관리할 패키지를 입력합니다.
나중에 매니페스트 편집기에서 패키지를 추가할 수 있습니다.
- ' Next '을 선택하여 ' Project Management ' 페이지를 엽니다.
- Finish 를 선택하여 파일을 생성합니다.
마법사는 프로젝트의 ` CMakeLists.txt ` 파일에 ` vcpkg.json ` 파일을 자동으로 추가합니다.
‘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.