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

Patrick Stinson patrickkidd at gmail.com
Fri Oct 9 00:38:22 BST 2020


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.
-Patrick


More information about the PyQt mailing list