Building PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Rename category "LanguageBindings::PySide" -> "PySide")
No edit summary
Line 1: Line 1:
[[Category:PySide]]


 
<big>'''Attention: a port of PySide to Qt 5.x started in 2014, the progress and more details about this project can be found under [[PySide2 | PySide 2]]'''</big>
[[Category:PySide]]


== Building PySide ==
== Building PySide ==

Revision as of 11:51, 26 February 2018


Attention: a port of PySide to Qt 5.x started in 2014, the progress and more details about this project can be found under PySide 2

Building PySide

Getting the source code

The source code for the current stable release can be downloaded from PySideDownloads.

Alternatively, you can get the latest development branch from the read-only repos:

git clone git://code.qt.io/pyside/apiextractor.git
git clone git://code.qt.io/pyside/generatorrunner.git
git clone git://code.qt.io/pyside/shiboken.git
git clone git://code.qt.io/pyside/pyside.git
git clone git://gitorious.org/pyside/pyside-tools.git

You can also use the web interface at gitorious

If you intend to contribute patches, you should follow Qt Code review guidelines and use the gerrit repositories at:

ssh://codereview.qt.io:29418/pyside/shiboken.git
ssh://codereview.qt.io:29418/pyside/pyside.git

Specific instructions for each platform