PySide Shiboken Command Line: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[toc align_right="yes" depth="2"]<br />[[Category:LanguageBindings::PySide]]
[toc align_right="yes" depth="2"]
[[Category:LanguageBindings::PySide]]


= PySide Shiboken Command Line Options =
= PySide Shiboken Command Line Options =

Revision as of 12:33, 25 February 2015

[toc align_right="yes" depth="2"]

PySide Shiboken Command Line Options

Usage

shiboken [options]

Options

--disable-verbose-error-messages

Disable verbose error messages. Turn the CPython code hard to debug but saves a few kilobytes in the generated binding.

--enable-parent-ctor-heuristic

This flag enable an useful heuristic which can save a lot of work related to object ownership when writing the typesystem. For more info, check Parentship heuristics.

--enable-pyside-extensions

Enable pyside extensions like support for signal/slots. Use this if you are creating a binding based on PySide.

--enable-return-value-heuristic