Re: [Interest] QClipboard - wasm

2021-05-07 Thread David Skoland
Hi, That does sound like a bug. You should report it on https://bugreports.qt.io/ with a minimal example if you haven’t already. On 7 May 2021, at 02:21, Nicholas Yue mailto:yue.nicho...@gmail.com>> wrote: Hi, I have build a Qt app on Ubuntu which I am able to set the clipboard text q

Re: [Interest] is it possible to add C# compiler?

2021-06-07 Thread David Skoland
Hi, Generally, no. I believe the reason you can compile Objective C on MacOS with Qt is clang’s ability to link ObjC to C++ libraries (Qt). I haven’t heard of MSVC or any other compiler which can do the same with C#, which might already be tricky since C# isn’t typically compiled to native asse

Re: [Interest] wasm build of Qt 6.1.x ?

2021-06-08 Thread David Skoland
Hi, Have you tried using cmake? It might work, even if wasm won’t be officially supported again before 6.2. Compiling qt from current development HEAD and using that to cross-compile to wasm should work, though, if living on the bleeding edge is ok :) Cheers, David Skoland On 7 Jun 2021, at

Re: [Interest] Build Qt Source (mac): 'make' immediately hits an error ?

2021-06-27 Thread David Skoland
Hi, It looks like the source is expecting C++17, but that wasn’t included in the compiler flags, I’m guessing. Which version of Qt5 is this? May I also ask why you want to compile from git? Cheers, David Skoland On 27 Jun 2021, at 02:58, David M. Cotter mailto:d...@kjams.com>> wrote:

Re: [Interest] New open source PDF support library for Qt + serveral PDF applications

2021-09-22 Thread David Skoland
Hi Jakub, Thanks for sharing. This does look very interesting. Is there anything in the code or dependencies that explicitly depends on Windows, or could this in theory be compiled to macOS or linux with some additional work? Cheers, David Skoland On 22 Sep 2021, at 19:26, Jakub Melka