Re: [Interest] unnecessary files in qrc system in webassembly

2024-02-02 Thread Mike Trahearn via Interest
Hi Adam, How are you using the styles in QML? Are you importing QtQuick.Controls (only) or are you using specific style imports? Which version of Qt? CMake assumed? Assuming the latter and at least Qt 6.2, CMake will only build in the libraries it absolutely needs. But for this to be the case,

[Interest] unnecessary files in qrc system in webassembly

2024-02-02 Thread Adam
Hi, I'm building a QML app for WebAssembly using CMake. When debugging something else, I printed all files that are in the qrc system. Doing that, I saw, that the macos, universal and fusion styles are all compiled in. There are also a bunch of icons for file dialogues etc. I'm not using them