Custom compiler specifications support the following members:
Member Description
commands The commands used for for generating the output from the input.
CONFIG Specific configuration options for the custom compiler. See the CONFIG table for details.
depend_command Specifies a command used to generate the list of dependencies for the output.
dependency_type Specifies the type of file the output is. If it is a known type (such as TYPE_C, TYPE_UI, TYPE_QRC), it is handled as one of those type of files.
depends Specifies the dependencies of the output file.
input The variable that specifies the files that should be processed with the custom compiler.
name A description of what the custom compiler is doing. This is only used in some backends.
output The filename that is created from the custom compiler.
output_function Specifies a custom qmake function that is used to specify the filename to be created.
variables Indicates that the variables specified here are replaced with $(QMAKE_COMP_VARNAME) when referred to in the pro file as $(VARNAME).
variable_out The variable that the files created from the output should be added to.