mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
c0d22c88ea
* [vcpkg_install_qmake] Add vcpkg_install_qmake and convert existing ports to use it. [vcpkg_configure_qmake] Add 'staticlib' to CONFIG in static builds * [vcpkg_configure_qmake] Don't specify DESTDIR * [libqglviewer][vcpkg_configure_qmake] Add staticlib CONFIG only for libqglviewer * [qt5-base] Increment version to track changes in vcpkg_configure_qmake()
642 B
642 B
vcpkg_install_qmake
Build and install a qmake project.
Usage:
vcpkg_install_qmake(...)
Parameters:
See vcpkg_build_qmake()
.
Notes:
This command transparently forwards to vcpkg_build_qmake()
.
Additionally, this command will copy produced .libs/.dlls/.as/.dylibs/.sos to the appropriate staging directories.