Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Building PySide on Windows: Difference between revisions
Jump to navigation
Jump to search
(new release) |
(update links) |
||
Line 9: | Line 9: | ||
== Prerequisites == | == Prerequisites == | ||
* [http://download.qt. | * [http://download.qt-project.org/official_releases/qt/4.8/4.8.7/qt-opensource-windows-x86-vs2008-4.8.7.exe Qt 4.8 libraries VS 2008 edition] is required when building against Python 2.6, 2.7 or 3.2 | ||
* [http://download.qt. | * [http://download.qt-project.org/official_releases/qt/4.8/4.8.7/qt-opensource-windows-x86-vs2010-4.8.7.exe Qt 4.8 libraries VS 2010 edition] is required when building against Python 3.3 or 3.4 | ||
* [http://www.microsoft.com/en-us/download/details.aspx?id=3138 Windows SDK v7.0] is required when building against Python 2.6, 2.7 or 3.2 | * [http://www.microsoft.com/en-us/download/details.aspx?id=3138 Windows SDK v7.0] is required when building against Python 2.6, 2.7 or 3.2 | ||
* [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Windows SDK v7.1] is required when building against Python 3.3 or 3.4 | * [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Windows SDK v7.1] is required when building against Python 3.3 or 3.4 |
Revision as of 10:15, 17 October 2015
English French
Building PySide on Microsoft Windows
Prerequisites
- Qt 4.8 libraries VS 2008 edition is required when building against Python 2.6, 2.7 or 3.2
- Qt 4.8 libraries VS 2010 edition is required when building against Python 3.3 or 3.4
- Windows SDK v7.0 is required when building against Python 2.6, 2.7 or 3.2
- Windows SDK v7.1 is required when building against Python 3.3 or 3.4
- CMake
- Python 2.6, 2.7, 3.2, 3.3 or 3.4
- OpenSSL (optional)
NOTE: Be sure that cmake.exe is in your PATH.
Building PySide installer
- Download PySide Source Distribution
- 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