| QMAKE-MODULE(5) | File Formats Manual | QMAKE-MODULE(5) |
qmake-module —
devel/qmake port module
This manual page documents the behavior of setting
MODULES=devel/qmake in the
ports(7) tree.
This module automates usage of qmake, independently of the actual version of Qt being used. This module requires that one of the x11/qt* to be used as well.
If CONFIGURE_STYLE was not set before,
sets its value to ‘qmake’. If
CONFIGURE_STYLE contains ‘qmake’ the
module will define each of the do-build and
do-install targets, unless port already defines one;
also, SEPARATE_BUILD will be set to
‘Yes’ unless it's already set to some value. Also, unless
NO_TEST is set, the do-test
target will be defined.
The following variables could be used in qmake-based ports:
MODQMAKE_ARGSMODQMAKE_INSTALL_ROOTMODQMAKE_PROJECTSMODQMAKE_RECURSIVEMODQMAKE_PROJECTS will be processed during
configure stage, and their descendants will be visited during main build
phase. Sometimes a qmake project processing depends on files generated by
other qmake project during build, and recursive builds break this.
Defaults to ‘Yes’.MODQMAKE_buildMODQMAKE_PROJECTS provided. To be used in
complicated cases, when port have to use its own
do-build target or mix different
CONFIGURE_STYLE values.MODQMAKE_installMODQMAKE_build, but used in
do-install stage.| November 27, 2022 | openbsd |