[Development] Cannot find 'html5lib' when configuring qt with MSVC compiler even if it's installed.

2023-10-28 Thread Haowei Hsu
Hello, Qt Development Team. Recently, I tried to build qt-6.6.0 with the MSVC compiler. However, I found that 'html5lib' is missing when configuring even if it's installed. WARNING: QtWebEngine won't be built. Python3 html5lib is missing. > WARNING: QtPdf won't be built. Python3 html5lib is missi

Re: [Development] QtRemoteObjects: unable to retrieve the slot return value

2023-10-28 Thread Laszlo Papp
It seems like I am hitting this bug: https://bugreports.qt.io/browse/QTBUG-94542 -- Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

[Development] QtRemoteObjects: unable to retrieve the slot return value

2023-10-28 Thread Laszlo Papp
Hi, I am unable to retrieve the slot return value from the host to the replica. You can find the testbed below that reproduces the issue. FooService is the QtRemoteObject host and BarService is the replica. The slot on the host (Foo) does get called initiated from the replica (Bar), but waitForSe