[PyQt] Out-of-dir build?

Patrick Stinson patrickkidd at gmail.com
Sun Apr 23 15:29:01 BST 2017


Hi there,

It is possible to have multiple builds of Qt from a single source which is useful when you are deploying to multiple platforms and need to be able to change the Qt source. This is done by just calling Qt’s configure script from within your build dir, like this:

$ qt5-build-ios: ../../qt5-src/configure
…
$ qt5-build-osx: ../../qt5-src/configure

Is it possible to do something similar with PyQt? I have editing the source and want to build to multiple SYSROOTs from a single source dir.

Thanks!
-P
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1403 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170423/402b4889/attachment.bin>


More information about the PyQt mailing list