[PyQt] pyqtdeploy: Cross-platform values in "Locations" tab
Phil Thompson
phil at riverbankcomputing.com
Sun Jan 5 22:01:39 GMT 2020
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