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

Skip Qt 4 support #249

Open
f03el opened this issue Jan 8, 2017 · 2 comments
Open

Skip Qt 4 support #249

f03el opened this issue Jan 8, 2017 · 2 comments

Comments

@f03el
Copy link

f03el commented Jan 8, 2017

Is there anything currently stopping us from skipping Qt 4 support? It would be nice to get rid of that, since it makes it harder to develop when you're constrained to things that has to work in Qt 4. Yes, there are workarounds for QJsonValue (parseJson() using QScriptEngine) and and QUrlQuery (with ifdefs), but there is currently no way to serialize QVariant to JSON.

@leppa
Copy link
Collaborator

leppa commented Jan 8, 2017

Three things: Symbian, Meego Harmattan (Nokia N9), and BlackBerry 10. Although, there was Qt 5 build for BlackBerry 10, there is no Qt 5 support for the other two.

@f03el
Copy link
Author

f03el commented Feb 25, 2017

Regarding serializing QVariant to JSON, it's coming with PR #253, since I needed that for the new Finnish API.

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

No branches or pull requests

2 participants