Different moc output path on windows/mac for sip-build?

Phil Thompson phil at riverbankcomputing.com
Fri Oct 9 09:13:09 BST 2020


On 09/10/2020 00:38, Patrick Stinson wrote:
> Sip-build puts moc_* sources into different paths on windows and Mac,
> which causes problems when trying to write an extension and associated
> component plugin that work together.
> 
> Windows:
> 
> <build-dir>/<module name>/<release|debug>/moc_*
> 
> Mac:
> 
> <build-dir>/<module name>/moc_*
> 
> How to fix this? This doesn’t seem right.

It's standard qmake behaviour.

Phil


More information about the PyQt mailing list