-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to qt6 #29
Comments
If Qt WebEngine is working with Qt 6, it should be trivial to migrate the codebase. The biggest hurdle was taken care of here, 009f662, well in advance of Qt Web Engine being supported on 6.x I'll take a closer look at this in the next week or two, when I have more spare time. |
Qt 6.2 LTS seems already has QtWebEngine. |
Question about deploying Qt6 on Travis or AppVeyor, you are currently using a feature of Qt6, I tried to get it to work with 5.15 like your Travis file is set up for, https://launchpad.net/~beineri does not have a Qt6 repository yet, not sure what the next version of Ubuntu will have Qt6 on it, but until then this is a problem. I do not have a Travis account plan since they made it a paid-only service and not a free service like AppVeyor, I forked this, but do not want to push updates that I have not tested so I created another project at https://github.com/Light-Wizzard/WeBookBrowser and you can see my issue with linuxdeploy, https://ci.appveyor.com/project/Light-Wizzard/webookbrowser, Could not find Qt modules to deploy, I get the same error on my Manjaro machine, I have been working with Qt Simple Browser example and got it to work on my machine, I did not try it on AppVeyor, but my guess is I will get the same results. It compiles fine, with no errors, and only one warning, I will try linuxdeployqt and see how that goes, now my question is concerning all the issues I see, and linuxdeployqt only supports LTS, and I have no idea when Qt6 will be supported in Ubuntu, my guess is a while, so you will have to compile it, or do you have this working with Qt5, and are you sticking with Travis, meaning you have a paid plan, or do you have any plans on using AppVeyor? |
Are there plans to start the move to qt6? qt6 is at 6.2 right now and I don't know how many more versions qt5 will be getting.
The text was updated successfully, but these errors were encountered: