aboutsummaryrefslogtreecommitdiffstats
path: root/qtinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensesFriedemann Kleint2017-04-051-0/+39
| | | | | | | | | | | | | | | | | | Fix license checker error messages when run in default mode (git ls-files in pyside-setup): Failed test '.../pyside-setup/header.LGPL re-defines a license of type LGPL originally defined in .../qtbase/header.LGPL' not ok 2 - docs/conf.py does not appear to contain a license header not ok 3 - docs/make.bat does not appear to contain a license header not ok 4 - ez_setup.py does not appear to contain a license header not ok 5 - popenasync.py does not appear to contain a license header not ok 7 - qtinfo.py does not appear to contain a license header not ok 11 - utils.py does not appear to contain a license header Task-number: PYSIDE-491 Change-Id: Ia10ff40ef39c64ac717f36ed073b1d1675a150d1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Make paths absolute in setup.pyChristian Tismer2016-10-181-1/+10
| | | | | | | | | | | | | | | The paths for "qmake" and "cmake" will not work when they are relative paths. This problem is pretty subtle, when setup.py breaks because it cannot create the simple list at line 712, variable "cmake_cmd". This innocent looking list is causing problems, because it uses qtinfo.py, and this is dependent on properties which call back into the subprocess module! The properties in qtinfo.py are now real properties, because their values are early computed in __init__. The problem is solved by this patch. Change-Id: I877b6644fa2909ca9ac1f23d4ce5accfc869716b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* 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