Replies: 1 comment
-
Interesting, I’ve never tried this and I unfortunately don’t have experience with this particular combination of cross-compilation. That said, it looks like you’re pretty close - after all this is the linking stage. To answer your concrete question: Yes, you’ll definitely need the Qt DLLs for Windows available for the linker to find them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Is it supported?
I tried to build for windows with only the QT backend enabled. I use the mingw toolchain (target =
x86_64-pc-windows-gnu
) and I get this error:Do I need to build those libs myself?
Beta Was this translation helpful? Give feedback.
All reactions