[qt/qt/qtbase]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtbase Pushed by mirror-service into branch 'dev'. Changed from f9e5d26adec792e094f639898859499548d588e6 to ee5274d166e7180e9bfe0e0ff862a39f68f07df6 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit ee5274d166e7180e9bfe0e0ff862a39f68f07df6 by SanthoshKumar Selvaraj on 27/07/2026 at 08:21.. ohos: Use QT_HARMONYOS_DEVICE when running autotest through ctest The FIXTURES_SETUP install step always ran `hdc app install -r` without a target device, so on setups with multiple connected HarmonyOS devices the install could go to any connected device and not to the required one. Read QT_HARMONYOS_DEVICE from the environment at ctest invocation time and pass it via `-t` to hdc when set, matching the --device/-t option already supported by harmonyostestrunner. The ctest can be run for all the connected devices through the following script or point QT_HARMONYOS_DEVICE to the target device, <code snippet> for serial in $(hdc list targets); do export QT_HARMONYOS_DEVICE="$serial" ctest -R $1 done </code snippet> Pick-to: 6.12 Change-Id: Iee30cb0df4c1cd46fbec3b12c9f76d3a0f3e0e15 Reviewed-by: Seokha Ko <[email protected]> Reviewed-by: Joerg Bornemann <[email protected]> https://invent.kde.org/qt/qt/qtbase/-/commit/ee5274d166e7180e9bfe0e0ff862a39f68f07df6