kmpkg_qmake_build
Added in kmpkg-qmake version 2022-11-16.
Build a qmake-based project, previously configured using kmpkg_qmake_configure.
kmpkg_qmake_build(
[SKIP_MAKEFILES]
[BUILD_LOGNAME arg1]
[TARGETS arg1 [arg2 ...]]
[RELEASE_TARGETS arg1 [arg2 ...]]
[DEBUG_TARGETS arg1 [arg2 ...]]
)
To use this function, you must depend on the helper port kmpkg-qmake:
"dependencies": [
{
"name": "kmpkg-qmake",
"host": true
}
]
SKIP_MAKEFILES
Skip Makefile fixup to redirect installed references to packages.
BUILD_LOGNAME
Configuration independent prefix for the build log files.
Defaults to build.
TARGETS, RELEASE_TARGETS, DEBUG_TARGETS
Targets to build for a certain configuration.
示例
Search microsoft/kmpkg for Examples