Re: [Interest] appropriate versions of emscripten for 6.9

2025-02-07 Thread Morten Sørvig via Interest
Hello! For accessing local files QFileDIalog::getOpenFileContent() is your best option with Qt today. The tradeoff is that it reads the entire file info memory and returns a QByteArray. If you have existing QFile-based code that you want to reuse then you can save that QByteArray to /tmp/ (whic

Re: [Interest] Using QtConcurrent on Compiler Explorer

2025-02-07 Thread Ivan Solovev via Interest
Hi Robert, simply including does not work, indeed. But I managed to make it work by including specific headers, i.e. : https://godbolt.org/z/WWe8r1xGW Hope this helps! Ivan From: Interest on behalf of Schimkowitsch Robert Sent: Friday, February

[Interest] Using QtConcurrent on Compiler Explorer

2025-02-07 Thread Schimkowitsch Robert
Can anyone give me a hint on how to bring a Qt code example using QtConcurrent to compiler explorer? I seem to lack a way to configure which Qt modules are available. I even tried to import a little cmake project that specifies the Qt modules, but they seem to be ignored. Kind regards Robert _