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
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:
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
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
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