Different moc output path on windows/mac for sip-build?
Patrick Stinson
patrickkidd at gmail.com
Fri Oct 9 20:22:43 BST 2020
Oh that’s right.
I’ll see if I can get my component to add its source paths differently for windows.
> On Oct 9, 2020, at 12:13 AM, Phil Thompson <phil at riverbankcomputing.com> wrote:
>
> 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