vcpkg/docs/maintainers/vcpkg_install_qmake.md
Robert Schumacher c0d22c88ea
[vcpkg_install_qmake] Add vcpkg_install_qmake (#9412)
* [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()
2019-12-23 06:10:12 -08:00

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.

Examples

Source

scripts/cmake/vcpkg_install_qmake.cmake