Hi,

How do I get PyQt (5.1 snapshot) to link with a debug build of Qt (5.1) on OSX?

If I try a debug only build of Qt then it wants me to use the -no-framework flag and the PyQt configure script doesn't recognise the Qt build. The other option is to use -debug-and-release to build Qt, in which case the PyQt configure script links with the release versions of the frameworks.

Glenn
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to