Building PySide on Windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(new release)
Line 21: Line 21:
== Building PySide installer ==
== Building PySide installer ==


* Download [https://pypi.python.org/packages/source/P/PySide/PySide-1.2.2.tar.gz PySide Source Distribution]
* Download [https://pypi.python.org/packages/source/P/PySide/PySide-1.2.4.tar.gz PySide Source Distribution]


* Extract the source distribution and switch to the PySide-1.2.2 directory:
* Extract the source distribution and switch to the PySide-1.2.4 directory:
  <code>
  <code>
  c:gt; cd PySide-1.2.2
  c:gt; cd PySide-1.2.4
  </code>
  </code>



Revision as of 10:13, 17 October 2015


English French

Building PySide on Microsoft Windows

Prerequisites

NOTE: Be sure that cmake.exe is in your PATH.

Building PySide installer

  • Extract the source distribution and switch to the PySide-1.2.4 directory:
 c:gt; cd PySide-1.2.4
  • Build PySide windows installer:
 c:gt; c:27\python setup.py bdist_wininst qmake=c:.8.5\bin\qmake.exe openssl=c:32bit\bin
  • After the successful build, the binaries can be found in sub-folder "dist":

c:-setup\dist