Re: [PyQt] Linking with a debug build of Qt 5.1 on OSX

2013-08-28 Thread Glenn Ramsey
On 29/08/13 11:42, Glenn Ramsey wrote: 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 -d

[PyQt] Linking with a debug build of Qt 5.1 on OSX

2013-08-28 Thread Glenn Ramsey
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