[PyQt] ANN: pyqtdeploy v2.0 Released

Phil Thompson phil at riverbankcomputing.com
Sat Jan 6 10:38:59 GMT 2018


On 6 Jan 2018, at 5:51 am, Patrick Stinson <patrickkidd at gmail.com> wrote:
> 
> Also, I have my own qt edits in a single repo and then do a remote build by calling qt’s configure from whatever empty build dir I chose, either passing “developer-build” or “prefix” to install in place in the build dir. Here is my configure line:
> 
> ../../../pyqt-sysroot-base/src/qt5/qtbase/configure -static -debug-and-release -xplatform macx-ios-clang -nomake examples -nomake tests -opensource -confirm-license -qt-pcre -developer-build
> 
> This makes for an easy distclean because you just delete the build dir. Is there a way to do this with pyqtdeploy-sysroot? It doesn’t look like the “source” or “qt_dir” don’t quite accomplish this.

You can use your own Qt5 plugin to do whatever you want. I'll consider patches to the standard plugin if I think it's generally useful.

Phil


More information about the PyQt mailing list