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