smurfy / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
58 stars 33 forks source link

Skip Qt 4 support #249

Open f03el opened 7 years ago

f03el commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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