Edit

vcpkg_qmake_install

Added in vcpkg-qmake version 2022-11-16.

Build and install a qmake project previously configured with vcpkg_qmake_configure().

vcpkg_qmake_install(...)

To use this function, you must depend on the helper port vcpkg-qmake:

"dependencies": [
  {
    "name": "vcpkg-qmake",
    "host": true
  }
]

Parameters:

See vcpkg_qmake_install().

Notes:

This command transparently forwards to vcpkg_qmake_install() and appends the 'install' target

Source

ports/vcpkg-qmake/vcpkg_qmake_install.cmake