16
Programming / Re: Qt6 Application Testing
« on: January 05, 2025, 09:19:54 pm »Gave this 6.7 build a try and I get pretty much identical results with the examples I got with 6.6. dbus examples don't work, anything with 'rhi' doesn't work, drag and drop doesn't work, no systray, no screenshot, no touch, http crashed, torrent doesn't download. Everything else is good. Some apps (soduku, media-downloader, tea) worked with it fine. Others would either give an error about missing libraries, or hang the system (very annoying, why would that happen if a library is missing?).
For fun, I then dropped this build on top of the 6.6 tree to see what would happen. Most apps worked, but 2 that did not were Dooble and LibreCAD (Dooble silent exits, LibreCAD moans about mixed versions of QT components).
Thanks for confirming I have te following DLLs so far from 6.8.1:
Code: [Select]
5/01/25 19:33 321,108 0 Qt6Concu.dll
5/01/25 19:33 12,111,026 0 Qt6Core.dll
6/01/25 6:50 1,434,724 0 Qt6DBus.dll
6/01/25 6:48 3,586,446 0 Qt6Netwo.dll
5/01/25 19:34 686,304 0 Qt6Sql.dll
5/01/25 19:34 961,479 0 Qt6Xml.dll
If I get 6.8.1 base working, with examples working similar to 6.6/6.7, I'll build out the remaining 6.8.1 modules and we can see if we can get the 6.2 webengine working with it
However, I'm back at work this week, so progress will likely slow down....