4

On my last question I asked how to get a Qt toolchain. I tried on Linux host and it works. Now I need to know how to make work that toolchain on Windows platform? Or what Yocto setup do I need to generate a Qt Windows SDK installer?

Would SDK_OS = "Windows" do anything?

Community
  • 1
  • 1
anat0lius
  • 2,145
  • 6
  • 33
  • 60

1 Answers1

5

It wasn't so hard. Just need to download and add the layer meta-mingw and set SDKMACHINE to a machine available (basically 32b or 64b) on meta-mingw/conf/machine-sdk

anat0lius
  • 2,145
  • 6
  • 33
  • 60