ronin.qt¶
-
class
ronin.qt.QtMetaObjectCompile(command=None)¶ Bases:
ronin.executors.ExecutorWithArgumentsQt meta-object compile (moc) executor.
The phase inputs are “.h” header files. The phase outputs are “.cpp” source files prefixed with “moc_”.
Parameters: command (basestring or FunctionType) – moccommand; defaults to the context’sqt.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 (basestring or FunctionType) – moccommand; defaults to “moc”