mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 07:47:49 +08:00
849 B
849 B
vcpkg_qmake_build
The latest version of this document lives in the vcpkg repo.
Build a qmake-based project, previously configured using vcpkg_qmake_configure.
vcpkg_qmake_configure(
[SKIP_MAKEFILES]
[BUILD_LOGNAME arg1]
[TARGETS arg1 [arg2 ...]]
[RELEASE_TARGETS arg1 [arg2 ...]]
[DEBUG_TARGETS arg1 [arg2 ...]]
)
SKIP_MAKEFILES
Skip the generation of makefiles
BUILD_LOGNAME
Configuration independent prefix for the build log files (default:'build')
TARGETS, RELEASE_TARGETS, DEBUG_TARGETS
Targets to build for a certain configuration.