vcpkg/docs/maintainers/ports/vcpkg-qmake/vcpkg_qmake_build.md
2022-11-17 00:35:23 -08:00

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.

Source

ports/vcpkg-qmake/vcpkg_qmake_configure.cmake