aboutsummaryrefslogtreecommitdiffstats
path: root/qtinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup around qtinfo.pyThomas-Karl Pietrowski2016-02-031-8/+6
| | | | | | * cleaning up unneeded redeclarations in setup.py * making sure our "-qt=X" get passed to cmake (doesn't make any difference so far, but makes sense) * rename getQMakePath to getQMakeCommand and make it return the complete command
* Fixing the hotfix: Importing needed "os" and at least replacing _qmake_path ↵Thomas-Karl Pietrowski2016-02-031-2/+2
| | | | | | with _qmake_command Well, not more left to say.
* Hotfix: correcting variable nameThomas-Karl Pietrowski2016-02-031-1/+6
| | | | | | Like an user noticed (thanks for that), I just missed to rename a variable. So I just fixed it and added made the code at this place a little bit more failsave. https://github.com/PySide/pyside2-setup/commit/ca90a050c12f52bf5f4fb55f721ee5811f583afe#commitcomment-15862337
* Passing command(s) to qtinfo as listThomas-Karl Pietrowski2016-02-021-6/+6
|
* support the location of the installed Qt5 docs.Christian Tismer2015-07-161-0/+4
| | | | This configuration needs to be set by setup.py and is then known in the make files.
* use the headers info that can be found in "qmake -query".Christian Tismer2013-10-181-0/+4
| | | | Since Qt has a headers variable, there is no reason for a work-around.
* Don't use custom popenasync module on linux to run commands. This fixes ↵Roman Lacko2012-09-071-10/+5
| | | | following error: can't concatenate bytes to None
* new --standalone option, when enabled, package qt libs on linuxRoman Lacko2012-06-071-0/+4
|
* Initial commit (copy of lck/pyside-dist repo)Roman Lacko2012-06-041-0/+51