Source: qt6-base
Version: qt6-base_6.10.2+dfsg-13
User: [email protected]
Usertags: nocheck

Dear Qt/KDE maintainers,

the documentation files generated when qt6-base is built vary slightly depending on whether the build-time tests are run or not.

The core difference is the recognized property associated with the `QDnsLookup::finished` signal. When the tests are run `error` is associated to `QDnsLookup::finished`, when the tests are not run `errorString` is.

Many different files show this issue, but it easiest to spot in /usr/share/qt6/doc/qtnetwork.qch:

```
-INSERT INTO IndexTable VALUES(975,'finished','QDnsLookup::finished',1,46,'error-prop'); +INSERT INTO IndexTable VALUES(975,'finished','QDnsLookup::finished',1,46,'errorString-prop');
```

This issue can be reproduced in two ways: by building under the <nocheck> profile (`sbuild --profiles=nocheck`), or by building the arch-all packages in isolation (`sbuild --no-arch-any --arch-all`). In both cases `dh_auto_test` will be skipped and `ninja test` will not be run.

Regards,

--
Gioele Barabucci

Reply via email to