Edit vcpkg manifest files

When you open a vcpkg.json file, it opens in the manifest file editor:

{vcpkg.json file in the manifest file editor}

Add packages to manage

To add a package to your project:

  1. Select the (Add vcpkg Package) button on the manifest editor toolbar.

    {Add vcpkg Package dialog}

  2. Select the package to add to your project.
  3. Select OK to return to the editor.
  4. Repeat to add more packages.

Generate code for CMake configuration files

To generate sample CMake code to copy to the CMakeLists.text file:

  1. Select the (CMake Code) button on the manifest editor toolbar.

    {CMake Code dialog}

  2. Select the example code you need and copy-paste it to the CMakeLists.txt file.

Set the path to vcpkg

To set the path to the directory where you installed vcpkg, select (Configure) on the editor toolbar.

See also vcpkg Package Manager and Create vcpkg manifest files.

© 2024 The Qt Company Ltd. 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.