Forum Discussion
Hi,
We recently upgraded our application to Qt6.8, and since then all our automated tests are failing due to the same reason (Error: No such interface supported for most of the properties that we were using in our tests)
May I know what the state of this issue is? Is it resolved for you ChiefBrian ?
We were able to get a test build from support that included support for QT 6.8. That fix was supposed to be released with the next update they released which I was told was going to happen in February. So far they have not released any updates since they gave us this test build a couple of months ago.
So you might contact them and see if they can send you the test build that includes QT support.
- Hal198811 days agoOccasional Contributor
Thanks for the reply. I managed to make it work with 15.80 while keeping Qt6 PDBs for Dlls (the ones that the application uses). Not the best solution, but works.