The qmake*
classes support recipes that
need to build software that uses Qt's qmake
build system and are comprised of the following:
qmake_base
:
Provides base functionality for all versions of
qmake
.
qmake2
:
Extends base functionality for qmake
2.x as
used by Qt 4.x.
If you need to set any configuration variables or pass any options to
qmake
, you can add these to the
EXTRA_QMAKEVARS_PRE
or
EXTRA_QMAKEVARS_POST
variables, depending on whether the arguments need to be before or
after the .pro
file list on the command line,
respectively.
By default, all .pro
files are built.
If you want to specify your own subset of .pro
files to be built, specify them in the
QMAKE_PROFILES
variable.