building pyqt5 from source
Phil Thompson
phil at riverbankcomputing.com
Sat Jun 25 10:26:29 BST 2022
On 25/06/2022 04:51, Stefan Seefeld wrote:
> Hello,
>
> I have a follow-up question:
>
> With PyQt5 version 5.15.0 I used `python3 configure.py` to perform the
> build process, and I used options `--destdir` to specify the
> installation prefix, and could set `QMAKE_CXX=g++-9` to override the
> compiler to use.
>
> I can't find the equivalent options when building PyQt5 5.15.7 using
> `sip-build`. How can I specify the installation prefix, and how can I
> set the compiler executable(s) to use ?
See target-dir in...
https://www.riverbankcomputing.com/static/Docs/sip/pyproject_toml.html#tool-sip-project-section
See qmake-settings in...
https://www.riverbankcomputing.com/static/Docs/PyQt-builder/pyproject_toml.html#tool-sip-builder-section
Phil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .signature.png
Type: image/png
Size: 2754 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20220625/3de00b5a/attachment-0001.png>
More information about the PyQt
mailing list