README 451 B

12345678910
  1. PySide is a LGPL licensed python binding that allow access of Qt
  2. libraries, making them available just using the import command.
  3. The build process is comprised of two stages: in a first moment the
  4. bindings source code are created from the Qt 4.6 headers by calling the
  5. Generator Runner with appropriate parameters; the generated files are
  6. then compiled and linked together to form the bindings libraries.
  7. This requires generatorrunner and shiboken.