aboutsummaryrefslogtreecommitdiffstats
path: root/pyside_postinstall.py
Commit message (Collapse)AuthorAgeFilesLines
* fix a python3 postinstall glitchChristian Tismer2013-10-181-0/+3
| | | | I thought this post install bug was fixed long ago?
* Minor code cleanupRoman Lacko2013-08-131-1/+1
|
* Since version 1.2.0 there is no need to run post install procedure on win32Roman Lacko2013-07-021-0/+5
|
* Fixed platform name checkingRoman Lacko2013-05-211-1/+1
|
* Distribute OpenSSL DLLs in openssl subfolderRoman Lacko2013-05-171-1/+1
|
* FIX: add support for rpath patching in OSXMatthew Brett2012-11-061-17/+166
| | | | | | | The code adds rpaths to allow local relative libraries to get loaded at link time, for linux only, using the patchelf binary. This commit adds some routines to do the equivalent thing in OSX, using the ``otool`` and ``install_name_tool`` binaries.
* Add shiboken python module to distibution packageRoman Lacko2012-09-281-1/+1
|
* Initial commit (copy of lck/pyside-dist repo)Roman Lacko2012-06-041-0/+174