ronin.qt

class ronin.qt.QtMetaObjectCompile(command=None)

Bases: ronin.executors.ExecutorWithArguments

Qt meta-object compile (moc) executor.

The phase inputs are “.h” header files. The phase outputs are “.cpp” source files prefixed with “moc_”.

Parameters:command (str or FunctionType) – moc command; defaults to the context’s qt.moc_command
add_framework_path(*value)
add_include_path(*value)
define(name, value=None)
ronin.qt.configure_qt(moc_command=None)

Configures the current context’s Qt support.

Parameters:moc_command (str or FunctionType) – moc command; defaults to “moc”