[Development] Problem finding the ToolsDependencies.cmake files - why without search paths?

2024-12-05 Thread Alexander Neundorf
Hi, when searching Qt6 in a non-standard location, when using CMAKE_PREFIX_PATH it is found properly. When not using CMAKE_PREFIX_PATH, but HINTS, it fails because the ToolsConfig.cmake files are not found. This seems to be because here https://github.com/qt/qtbase/blob/dev/cmake/QtModuleTools

[Development] Wasm: Support for Emscripten PROXY_TO_PTHREAD?

2024-12-05 Thread Stephan Bergmann
Hi all, We are leveraging Qt's fine Wasm/Emscripten platform support in a project where we compile LibreOffice with Emscripten to run in the browser (see ). We are currently based on a slightly patched, old Qt 5.15.2 version (see