[PyQt] pyqtdeploy: Cross-platform values in "Locations" tab

Patrick Stinson patrickkidd at gmail.com
Mon Jan 6 14:39:52 GMT 2020


Ah ok. That’s good to know how it is supposed to work. I’ll see what was causing my sysroot paths to be different

> On Jan 5, 2020, at 5:01 PM, Phil Thompson <phil at riverbankcomputing.com> wrote:
> 
> On 05/01/2020 21:30, Patrick Stinson wrote:
>> I am trying to get my macOS pyqtdeploy project working on windows. The
>> values in the “Locations” tab work for my macOS host, but not for my
>> windows host. Are we supposed to have separate project files for
>> different platforms? It is very nice that the “Other Extension
>> Modules” section allows for macos# or win# selectors.
> 
> The structure of the sysroot is usually the same across all platforms. I define the name of the platform-specific sysroot directory using an environment variable...
> 
> https://www.riverbankcomputing.com/static/Docs/pyqtdeploy/pyqtdeploy.html#defining-file-and-directory-locations
> 
> Phil


More information about the PyQt mailing list