Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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:
Notes:
This command transparently forwards to vcpkg_qmake_install() and appends the 'install' target
Source
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.