8.94. qmake*.bbclass

The qmake* classes support recipes that need to build software that uses Qt's qmake build system and are comprised of the following:

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.