Skip to content
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

Porting Tiled to Qt 6 #2907

Merged
merged 5 commits into from
Oct 8, 2020
Merged

Porting Tiled to Qt 6 #2907

merged 5 commits into from
Oct 8, 2020

Conversation

bjorn
Copy link
Member

@bjorn bjorn commented Oct 6, 2020

With the Qt 6.0 Alpha out it's time to start porting Tiled to Qt 6.

Of course, ideally while keeping it working against Qt 5.6, but more realistically we'll update the minimum required version of Qt to a more recent LTS version if that turns out to be too much effort.

Still a large amount of work remaining to port the rest of the code.
Removed the JsonReader class, which is now no longer necessary and was
using QTextCodec, which got removed in Qt 6.
Removed not very important "DontUseSheet" enum value that got stripped
from Qt 6.
* QRegExp -> QRegularExpression
* Use new version of qChecksum
@bjorn
Copy link
Member Author

bjorn commented Oct 8, 2020

Alright, I accidentally pushed this to master...

@bjorn bjorn mentioned this pull request Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant