Replies: 3 comments 6 replies
-
Oh yeah. It feels so mutch better, faster.... Good work. |
Beta Was this translation helpful? Give feedback.
-
The build instructions say to use 5.14.x or newer and even, very nicely, points me at qt.io to get it. Then the fun starts ... a myriad of options, a form to fill in, an instruction to enter a password that doesnt appear to ever arrive. I know QT is a useful framework but it appears that QT is no longer simply downloadable to build packages like this. Does anyone have a solution? |
Beta Was this translation helpful? Give feedback.
-
I would just like to report I've built SavvyCAN from the continuous-QT6 today against Qt6.7.2. Soo... that's working. Thanks @collin80 My HOWTO is here: #804 |
Beta Was this translation helpful? Give feedback.
-
Various people have submitted patches to try to get the codebase better positioned to work with QT6. QT6 has now been out approximately 3 years and so I think it's time to get full QT6 support and to start releasing the binary builds as QT6 binaries. There is (and has been since May 2022) a QT6 Development Build. As of right now, the QT6 build includes all the commits from master plus extra commits to make things work properly with QT6. It should more or less kind of/sort of nearly almost appear to be some manner of facsimile of working. But, there are probably still some bugs and there are more things I'd like to change to make the code "more proper" and not crash. If you're brave, you can give the QT6 version a try then report back here all the stuff that doesn't actually work right. Things probably will continue to be slow in terms of my ability to fix bugs and merge commits until I get QT6 support solidified. But, it's got to happen eventually as QT5 support has already officially ended for open source projects like this. Ordinarily that wouldn't be so awful but it means there are no bug fixes for QT5 any longer. And, QT5 does not really play that nicely with hiDPI monitors which more and more of us have. So, QT6 is the path forward and this is just a note saying I am working on it and there should be good progress in the near future. It already is semi-functional. Thanks to everyone who submitted patches to help getting it ported over.
TL;DR - Development is transitioning to QT6 as QT5 is deprecated and will have no more updates of any kind.
Beta Was this translation helpful? Give feedback.
All reactions