Skip to main content

kmpkg_qmake_install

Added in kmpkg-qmake version 2022-11-16.

Build and install a qmake project previously configured with kmpkg_qmake_configure().

kmpkg_qmake_install(...)

To use this function, you must depend on the helper port kmpkg-qmake:

"dependencies": [
{
"name": "kmpkg-qmake",
"host": true
}
]

Parameters:

See kmpkg_qmake_install().

Notes:

This command transparently forwards to kmpkg_qmake_install() and appends the 'install' target

Source

ports/kmpkg-qmake/kmpkg_qmake_install.cmake