search for: qtquickcontrols2

Displaying 2 results from an estimated 2 matches for "qtquickcontrols2".

2018 Nov 06
2
Trying to cross-compile LLVM runtimes to Windows
...> I was able to build a large part of Qt with it afterwards for instance. > > Any particular part of Qt which you weren't able to build with it? I > regularly build Qt (qtbase) for i686/x86_64/armv7/aarch64, and as part of > VLC, I also build a few more Qt modules (qtdeclarative, qtquickcontrols2) > for i686 and x86_64. > > // Martin > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scru...
2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
I have been using this project with great success to achieve this : https://github.com/mstorsjo/llvm-mingw It generates a linux-based windows cross-compiler with clang, libc++, etc. I was able to build a large part of Qt with it afterwards for instance. Best, Jean-Michaƫl On 06/11/2018 04:21, Petr Hosek via llvm-dev wrote: > I've tried building libc++ for Windows on Linux by setting